Home
last modified time | relevance | path

Searched defs:client1 (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerTest.java98 final HalClientMonitor<Object> client1 = in testClientDuplicateFinish_ignoredBySchedulerAndDoesNotCrash() local
112 final TestHalClientMonitor client1 = new TestHalClientMonitor( in testRemovesPendingOperations_whenNullHal_andNotBiometricPrompt() local
150 final TestAuthenticationClient client1 = in testRemovesOnlyBiometricPromptOperation_whenNullHal() local
188 final TestAuthenticationClient client1 = new TestAuthenticationClient(mContext, in testCancelNotInvoked_whenOperationWaitingForCookie() local
300 final TestHalClientMonitor client1 = new TestHalClientMonitor(mContext, mToken, lazyDaemon); in testCancelPendingAuth() local
310 assertEquals(mScheduler.getCurrentClient(), client1); in testCancelPendingAuth() local
446 final TestAuthenticationClient client1 = new TestAuthenticationClient( in testCancelsPending_whenAuthRequestIdsSet() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DNsdServiceTest.java111 NsdManager client1 = connectClient(service); in testPreSClients() local
140 NsdManager client1 = connectClient(service); in testNoDaemonStartedWhenClientsConnect() local
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/common/android/net/
H A DTetheredClientTest.kt95 val client1 = TetheredClient(TEST_MACADDR, listOf(TEST_ADDRINFO1), TETHERING_USB) regex
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DConnectedClientsTrackerTest.kt48 private val client1 = TetheredClient(client1Addr, listOf( regex
/aosp12/system/core/libsysutils/src/
H A DSocketListener_test.cpp176 unique_fd client1 = clientSocket(mSocketPath); in TEST_F() local
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerCallback_test.cpp416 sp<SurfaceComposerClient> client1(new SurfaceComposerClient), in TEST_F() local
594 sp<SurfaceComposerClient> client1(new SurfaceComposerClient), in TEST_F() local
643 sp<SurfaceComposerClient> client1(new SurfaceComposerClient), in TEST_F() local
704 sp<SurfaceComposerClient> client1(new SurfaceComposerClient), in TEST_F() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2592 final String client1 = mGroupOwnerMacAddress; in testSetClientList() local
2636 final String client1 = mGroupOwnerMacAddress; in testSetClientListFailureDueToGetNetwork() local
2663 final String client1 = mGroupOwnerMacAddress; in testGetClientList() local
2704 final String client1 = mGroupOwnerMacAddress; in testGetClientListFailureDueToGetNetwork() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareMetricsTest.java322 WifiAwareClientState client1 = new WifiAwareClientState(mMockContext, 10, uid1, 0, null, in testDiscoverySessionMetrics() local
/aosp12/frameworks/av/services/mediatranscoding/tests/
H A Dmediatranscodingservice_simulated_tests.cpp149 std::shared_ptr<ITranscodingClient> client1; in TEST_F() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogManagerUnitTest.java122 TestClient client1 = new TestClient(); in testRegisterMultipleClients() local
/aosp12/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp32 TestClient *client1 = static_cast<TestClient*>(mTestClient1.get()); in verifyClients() local
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp554 auto client1 = TestClient::Create(kTestService2); in TEST_F() local
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DMockingOomAdjusterTests.java1487 final ProcessRecord client1 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_ScheduleLikeTop() local
1533 final ProcessRecord client1 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_UidIdle_StopService() local