Home
last modified time | relevance | path

Searched defs:client2 (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/vms/
H A DVmsClientTest.java124 VmsClient client2 = connectVmsClient(mClientCallback2); in testRegister_ReceivesCurrentLayerAvailabilityAndSubscriptions() local
154 VmsClient client2 = connectVmsClient(mClientCallback2); in testRegisterProvider_SameIdForSameInfo_MultipleClients() local
229 VmsClient client2 = connectVmsClient(mClientCallback2); in testSetSubscriptions_MultipleClients() local
267 VmsClient client2 = connectVmsClient(mClientCallback2); in testSetSubscriptions_OverwriteSubscription_MultipleClients() local
306 VmsClient client2 = connectVmsClient(mClientCallback2); in testSetSubscriptions_RemoveSubscription_MultipleClients() local
327 VmsClient client2 = connectVmsClient(mClientCallback2); in testSetSubscriptions_RemoveSubscription_MultipleClients_SameLayer() local
348 VmsClient client2 = connectVmsClient(mClientCallback2); in testSetSubscriptions_RemoveSubscription_OnUnregister_MultipleClients() local
368 VmsClient client2 = connectVmsClient(mClientCallback2); in testSetSubscriptions_RemoveSubscription_OnUnregister_MultipleClients_SameLayer() local
404 VmsClient client2 = connectVmsClient(mClientCallback2); in testSetSubscriptions_MultipleLayers_MultipleClients() local
440 VmsClient client2 = connectVmsClient(mClientCallback2); in testSetSubscriptions_LayerAndProvider_MultipleClients() local
[all …]
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DMockingOomAdjusterTests.java1047 ProcessRecord client2 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_Service_Chain_BoundByTop() local
1068 ProcessRecord client2 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_Service_BoundByFgService_Branch() local
1087 ProcessRecord client2 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService() local
1106 ProcessRecord client2 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle() local
1144 ProcessRecord client2 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_2() local
1172 ProcessRecord client2 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_3() local
1201 ProcessRecord client2 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_4() local
1243 ProcessRecord client2 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_Branch() local
1273 ProcessRecord client2 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_Service_Chain_Perceptible_Cycle_Branch() local
1304 ProcessRecord client2 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_Service_Chain_Perceptible_Cycle_2() local
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerTest.java100 final HalClientMonitor<Object> client2 = in testClientDuplicateFinish_ignoredBySchedulerAndDoesNotCrash() local
114 final TestHalClientMonitor client2 = new TestHalClientMonitor( in testRemovesPendingOperations_whenNullHal_andNotBiometricPrompt() local
152 final TestHalClientMonitor client2 = in testRemovesOnlyBiometricPromptOperation_whenNullHal() local
254 final TestHalClientMonitor client2 = new TestHalClientMonitor(mContext, mToken, in testProtoDump_fifo() local
302 final TestAuthenticationClient client2 = new TestAuthenticationClient(mContext, lazyDaemon, in testCancelPendingAuth() local
449 final TestAuthenticationClient client2 = new TestAuthenticationClient( in testCancelsPending_whenAuthRequestIdsSet() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DNsdServiceTest.java116 NsdManager client2 = connectClient(service); in testPreSClients() local
145 NsdManager client2 = connectClient(service); in testNoDaemonStartedWhenClientsConnect() local
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/common/android/net/
H A DTetheredClientTest.kt96 val client2 = TetheredClient(TEST_OTHER_MACADDR, listOf(TEST_ADDRINFO2), TETHERING_USB) regex
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DConnectedClientsTrackerTest.kt55 private val client2 = TetheredClient(client2Addr, listOf( regex
/aosp12/system/core/libsysutils/src/
H A DSocketListener_test.cpp177 unique_fd client2 = clientSocket(mSocketPath); in TEST_F() local
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerCallback_test.cpp417 client2(new SurfaceComposerClient); in TEST_F() local
595 client2(new SurfaceComposerClient); in TEST_F() local
644 client2(new SurfaceComposerClient); in TEST_F() local
705 client2(new SurfaceComposerClient); in TEST_F() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2593 final String client2 = mPeerMacAddress; in testSetClientList() local
2637 final String client2 = mPeerMacAddress; in testSetClientListFailureDueToGetNetwork() local
2664 final String client2 = mPeerMacAddress; in testGetClientList() local
2705 final String client2 = mPeerMacAddress; in testGetClientListFailureDueToGetNetwork() local
/aosp12/frameworks/hardware/interfaces/bufferhub/1.0/vts/functional/
H A DVtsHalBufferHubV1_0TargetTest.cpp228 sp<IBufferClient> client2; in TEST_F() local
326 sp<IBufferClient> client2; in TEST_F() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareMetricsTest.java324 WifiAwareClientState client2 = new WifiAwareClientState(mMockContext, 11, uid2, 0, null, in testDiscoverySessionMetrics() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogManagerUnitTest.java123 TestClient client2 = new TestClient(); in testRegisterMultipleClients() local
/aosp12/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp33 TestClient *client2 = static_cast<TestClient*>(mTestClient2.get()); in verifyClients() local
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp561 auto client2 = client1->GetNewChannel(); in TEST_F() local
H A Dremote_method_tests.cpp701 auto client2 = TestClient::Create(std::move(channel)); in TEST_F() local