Home
last modified time | relevance | path

Searched defs:session2 (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dquic_client_session_cache_test.cc193 auto session2 = MakeTestSession(); in TEST_F() local
239 auto session2 = MakeTestSession(); in TEST_F() local
266 auto session2 = MakeTestSession(); in TEST_F() local
287 auto session2 = MakeTestSession(); in TEST_F() local
308 auto session2 = MakeTestSession(); in TEST_F() local
333 auto session2 = MakeTestSession(); in TEST_F() local
361 auto session2 = MakeTestSession(); in TEST_F() local
389 auto session2 = MakeTestSession(3 * kTimeout); in TEST_F() local
417 auto session2 = MakeTestSession(3 * kTimeout); in TEST_F() local
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DImeSwitchingTest.java60 testWithActivityAndTwoImes((session1, session2, editText, marker) -> { in testSwitchingIme() argument
84 testWithActivityAndTwoImes((session1, session2, editText, marker) -> { in testImeRemainsVisibleAfterSwitchingIme() argument
116 testWithActivityAndTwoImes((session1, session2, editText, marker) -> { in testImeUnboundAfterSwitchingWithoutInputFocus() argument
170 .setSuppressSetIme(true)); in testWithActivityAndTwoImes()
214 void run(@NonNull MockImeSession session1, @NonNull MockImeSession session2, in run()
/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_client_session_cache_unittest.cc83 bssl::UniquePtr<SSL_SESSION> session2 = NewSSLSession(); in TEST_F() local
118 bssl::UniquePtr<SSL_SESSION> session2 = NewSSLSession(TLS1_3_VERSION); in TEST_F() local
240 bssl::UniquePtr<SSL_SESSION> session2 = NewSSLSession(); in TEST_F() local
392 bssl::UniquePtr<SSL_SESSION> session2 = in TEST_F() local
434 auto session2 = NewSSLSession(); in TEST_F() local
510 auto session2 = NewSSLSession(); in TEST_F() local
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DPackageSessionVerifierTest.java50 PackageInstallerSession session2 = createSession(false, true, "com.foo"); in checkRebootlessApex() local
68 StagingManager.StagedSession session2 = createStagedSession(222, "com.bar", 2); in checkActiveSessions() local
80 StagingManager.StagedSession session2 = createStagedSession(222, "com.bar", 2); in checkRollbacks() local
106 StagingManager.StagedSession session2 = createStagedSession(222, "com.foo", 2); in checkOverlaps() local
H A DStagingManagerTest.java154 FakeStagedSession session2 = new FakeStagedSession(57); in restoreSessions_deviceUpgrading_failsAllSessions() local
171 FakeStagedSession session2 = new FakeStagedSession(57); in restoreSessions_multipleSessions_deviceWithoutFsCheckpointSupport_throwISE() local
/aosp_15_r20/system/apex/apexd/
H A Dapexd_session_test.cpp130 auto session2 = manager->CreateSession(179); in TEST() local
159 auto session2 = manager->CreateSession(41); in TEST() local
189 auto session2 = old_manager->CreateSession(13); in TEST() local
232 auto session2 = old_manager->CreateSession(13); in TEST() local
/aosp_15_r20/external/cronet/net/dns/
H A Dresolve_context_unittest.cc225 scoped_refptr<DnsSession> session2 = CreateDnsSession(config2); in TEST_F() local
435 scoped_refptr<DnsSession> session2 = CreateDnsSession(config2); in TEST_F() local
616 scoped_refptr<DnsSession> session2 = CreateDnsSession(config2); in TEST_F() local
932 scoped_refptr<DnsSession> session2 = CreateDnsSession(config2); in TEST_F() local
1212 scoped_refptr<DnsSession> session2 = CreateDnsSession(config2); in TEST_F() local
1332 scoped_refptr<DnsSession> session2 = CreateDnsSession(config2); in TEST_F() local
1427 scoped_refptr<DnsSession> session2 = CreateDnsSession(config2); in TEST_F() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DContentRecordingSessionTest.java60 ContentRecordingSession session2 = ContentRecordingSession.CREATOR.createFromParcel(parcel); in testParcelable() local
173 ContentRecordingSession session2 = ContentRecordingSession.createTaskSession(WINDOW_TOKEN); in testEquals() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserJourneyLoggerTest.java444 final UserJourneyLogger.UserJourneySession session2 = mUserJourneyLogger in testSwitchFGUserJourney() local
489 final UserJourneyLogger.UserJourneySession session2 = mUserJourneyLogger in testSwitchUIUserJourney() local
538 final UserJourneyLogger.UserJourneySession session2 = mUserJourneyLogger in testSwitchWithStopUIUserJourney() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/lights/
H A DLightsServiceTest.java170 LightsManager.LightsSession session2 = manager.openSession(); in testControlLights_firstCallerWinsContention() local
218 try (LightsManager.LightsSession session2 = manager.openSession(HIGH_PRIORITY)) { in testControlLights_higherPriorityCallerWinsContention()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/window/
H A DSystemPerformanceHinterTests.java319 final SystemPerformanceHinter.HighPerfSession session2 = in testOverlappingHintsOnSameDisplay() local
371 final SystemPerformanceHinter.HighPerfSession session2 = in testOverlappingHintsOnDifferentDisplays() local
/aosp_15_r20/hardware/google/av/media/eco/tests/
DEcoServiceTest.cpp128 std::shared_ptr<IECOSession> session2 = nullptr; in TEST_F() local
147 std::shared_ptr<IECOSession> session2 = nullptr; in TEST_F() local
/aosp_15_r20/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
H A DMultiUserMockImeTest.java124 new ImeSettings.Builder()); in testProfileSwitching()
185 final var session2 = MockImeSession.create(instrumentation.getContext(), uiAutomation, in testRemoveCurrentProfileCanStartInputOnOtherUser() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
H A DMultiDisplaySecurityTests.java394 final ActivitySession session2 = virtualDisplayLauncher.launchActivityOnDisplay( in testDisplayHasAccess_UIDCanPresentOnPrivateDisplay() local
428 final ActivitySession session2 = virtualDisplayLauncher.launchActivityOnDisplay( in testDisplayHasAccess_NoAccessWhenUIDNotPresentOnPrivateDisplay() local
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
H A DBlobStoreManagerServiceTest.java122 final BlobStoreSession session2 = createBlobStoreSessionMock(TEST_PKG2, TEST_UID2, in testHandlePackageRemoved() local
251 final BlobStoreSession session2 = createBlobStoreSessionMock(TEST_PKG2, TEST_UID2, in testHandleIdleMaintenance_deleteStaleSessions() local
/aosp_15_r20/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceTests.java781 TracingSession session2 = new TracingSession( in testQueuePersist_PersistAndRestore() local
953 TracingSession session2 = new TracingSession( in testQueuePersist_RespectFrequency() local
1619 TracingSession session2 = new TracingSession( in testTemporaryDirectoryCleanup_inQueuedSession() local
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_session_pool_test.cc2308 QuicChromiumClientSession* session2 = GetActiveSession(kDefaultDestination); in TEST_P() local
2404 QuicChromiumClientSession* session2 = GetActiveSession(kDefaultDestination); in TEST_P() local
4816 QuicChromiumClientSession* session2 = GetActiveSession(server2); in TEST_P() local
6398 QuicChromiumClientSession* session2 = GetActiveSession(server2); in TEST_P() local
7337 QuicChromiumClientSession* session2 = GetPendingSession(kDefaultDestination); in TestNewConnectionOnAlternateNetworkBeforeHandshake() local
11320 QuicChromiumClientSession* session2 = GetActiveSession(kDefaultDestination); in TEST_P() local
11378 QuicChromiumClientSession* session2 = GetActiveSession(kDefaultDestination); in TEST_P() local
11586 QuicChromiumClientSession* session2 = GetActiveSession(server2); in TEST_P() local
12109 QuicChromiumClientSession::Handle* session2 = in TEST_P() local
12306 QuicChromiumClientSession::Handle* session2 = in TEST_P() local
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DStagingManager.java599 StagedSession session2 = sessions.set(j - 1, session); in handleNonReadyAndDestroyedSessions() local
607 StagedSession session2 = sessions.set(j - 1, session); in handleNonReadyAndDestroyedSessions() local
/aosp_15_r20/cts/hostsidetests/statsdatom/apps/adpfapp2/src/android/adpf/atom/app/
H A DADPFAtomTestActivity.java64 PerformanceHintManager.Session session2 = createPerformanceHintSession(); in onCreate() local
/aosp_15_r20/packages/modules/Connectivity/tests/common/java/android/net/
DVpnTransportInfoTest.java63 String session2 = "6789"; in testEqualsAndHashCode() local
/aosp_15_r20/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
H A DADPFAtomTestActivity.java99 PerformanceHintManager.Session session2 = createPerformanceHintSession(); in onCreate() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_discovery_manager_test.cc492 std::unique_ptr<BrEdrDiscoverySession> session2; in TEST_F() local
582 std::unique_ptr<BrEdrDiscoverySession> session2; in TEST_F() local
/aosp_15_r20/external/tpm2-tss/test/integration/
H A Desys-make-credential.int.c76 ESYS_TR session2 = ESYS_TR_NONE; in test_esys_make_credential() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/
H A Dpoc.cpp151 hidl_vec<uint8_t> session2; in main() local
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session_pool_unittest.cc324 base::WeakPtr<SpdySession> session2 = in TEST_F() local
639 base::WeakPtr<SpdySession> session2 = CreateSpdySession( in RunIPPoolingTest() local
943 base::WeakPtr<SpdySession> session2 = in TEST_F() local

1234