Home
last modified time | relevance | path

Searched refs:client3 (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dservice_framework_tests.cpp569 auto client3 = client1->GetNewChannelFromOtherService(); in TEST_F() local
570 EXPECT_NE(nullptr, client3); in TEST_F()
571 EXPECT_NE(client1->event_fd(), client3->event_fd()); in TEST_F()
573 const int channel_id3 = client3->GetThisChannelId(); in TEST_F()
583 const int service_id3 = client3->GetServiceId(); in TEST_F()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java1727 ProcessRecord client3 = spy(makeDefaultProcessRecord(MOCKAPP4_PID, MOCKAPP4_UID, in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_4() local
1729 bindService(client3, client, null, null, 0, mock(IBinder.class)); in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_4()
1732 bindService(client3, client4, null, null, 0, mock(IBinder.class)); in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_4()
1733 bindService(client4, client3, null, null, 0, mock(IBinder.class)); in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_4()
1736 updateOomAdj(app, client, client2, client3, client4); in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_4()
1744 assertProcStates(client3, PROCESS_STATE_FOREGROUND_SERVICE, PERCEPTIBLE_APP_ADJ, in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_4()
1751 assertBfsl(client3); in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_4()
1768 ProcessRecord client3 = spy(makeDefaultProcessRecord(MOCKAPP4_PID, MOCKAPP4_UID, in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_Branch() local
1770 client3.mState.setForcingToImportant(new Object()); in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_Branch()
1771 bindService(app, client3, null, null, 0, mock(IBinder.class)); in testUpdateOomAdj_DoOne_Service_Chain_BoundByFgService_Cycle_Branch()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DBiometricSchedulerTest.java353 final TestHalClientMonitor client3 = new TestHalClientMonitor(mContext, mToken, in testProtoDump_fifo() local
355 mScheduler.scheduleClientMonitor(client3); in testProtoDump_fifo()
366 client3.getCallback().onClientFinished(client3, true); in testProtoDump_fifo()