Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DBiometricSchedulerTest.java123 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
413 final TestHalClientMonitor client1 = new TestHalClientMonitor(mContext, mToken, lazyDaemon); in testCancelAuthenticationClientWithoutStarting() local
439 final TestHalClientMonitor client1 = new TestHalClientMonitor(mContext, mToken, lazyDaemon); in testCancelAuthenticationClientWithoutStarting_whenAppCrashes() local
526 final TestAuthenticationClient client1 = new TestAuthenticationClient(mContext, lazyDaemon, in testCancelsPending_whenAuthRequestIdsSet() local
597 final TestAuthenticationClient client1 = new TestAuthenticationClient(mContext, in testClearBiometricQueue_clearsHungAuthOperation() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
DKeyguardQuickAffordanceRemoteUserSelectionManagerTest.kt59 private lateinit var client1: FakeCustomizationProviderClient in <lambda>() variable in com.android.systemui.keyguard.data.quickaffordance.KeyguardQuickAffordanceRemoteUserSelectionManagerTest
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java1828 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
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp445 sp<SurfaceComposerClient> client1(sp<SurfaceComposerClient>::make()), in TEST_F() local
623 sp<SurfaceComposerClient> client1(sp<SurfaceComposerClient>::make()), in TEST_F() local
672 sp<SurfaceComposerClient> client1(sp<SurfaceComposerClient>::make()), in TEST_F() local
733 sp<SurfaceComposerClient> client1(sp<SurfaceComposerClient>::make()), in TEST_F() local
/frameworks/av/media/module/service.mediatranscoding/tests/
Dmediatranscodingservice_simulated_tests.cpp149 std::shared_ptr<ITranscodingClient> client1; in TEST_F() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardQuickAffordanceRepositoryTest.kt68 private lateinit var client1: FakeCustomizationProviderClient in <lambda>() variable in com.android.systemui.keyguard.data.repository.KeyguardQuickAffordanceRepositoryTest
/frameworks/native/libs/vr/libpdx_uds/
Dservice_framework_tests.cpp554 auto client1 = TestClient::Create(kTestService2); in TEST_F() local