Searched defs:client1 (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
H A D | BiometricSchedulerTest.java | 123 final HalClientMonitor<Object> client1 = new TestHalClientMonitor(mContext, mToken, in testClientDuplicateFinish_ignoredBySchedulerAndDoesNotCrash() local 137 final TestHalClientMonitor client1 = new TestHalClientMonitor(mContext, mToken, () -> null); in testRemovesPendingOperations_whenNullHal_andNotBiometricPrompt() local 174 final TestAuthenticationClient client1 = new TestAuthenticationClient(mContext, () -> null, in testRemovesOnlyBiometricPromptOperation_whenNullHal() local 212 final TestAuthenticationClient client1 = new TestAuthenticationClient(mContext, lazyDaemon1, in testCancelNotInvoked_whenOperationWaitingForCookie() local 325 final TestHalClientMonitor client1 = new TestHalClientMonitor(mContext, mToken, lazyDaemon); in testCancelPendingAuth() local 335 assertEquals(mScheduler.getCurrentClient(), client1); in testCancelPendingAuth() local 526 final TestAuthenticationClient client1 = new TestAuthenticationClient(mContext, lazyDaemon, in testCancelsPending_whenAuthRequestIdsSet() local 597 final TestAuthenticationClient client1 = new TestAuthenticationClient(mContext, in testClearBiometricQueue_clearsHungAuthOperation() local 633 final TestAuthenticationClient client1 = new TestAuthenticationClient(mContext, in testAuthWorks_afterClearBiometricQueue() local 706 final TestAuthenticationClient client1 = new TestAuthenticationClient(mContext, in testClearBiometricQueue_doesNotClearOperationsWhenQueueNotStuck() local [all …]
|
/aosp14/system/core/libsysutils/src/ |
H A D | SocketListener_test.cpp | 176 unique_fd client1 = clientSocket(mSocketPath); in TEST_F() local
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | MockingOomAdjusterTests.java | 1828 final ProcessRecord client1 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_ScheduleLikeTop() local 1881 final ProcessRecord client1 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_TreatLikeVisFGS() local 1941 final ProcessRecord client1 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_BindNotPerceptibleFGS() local 1962 final ProcessRecord client1 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_DoOne_BindAlmostPerceptibleFGS() local 2015 final ProcessRecord client1 = spy(makeDefaultProcessRecord(MOCKAPP3_PID, MOCKAPP3_UID, in testUpdateOomAdj_UidIdle_StopService() local
|