Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/flags/
DFakeFeatureFlagsTest.kt201 val listener2 = VerifyingListener() in multipleListenersForSingleFlag_allAreCalledWhenChanged() constant
215 val listener2 = VerifyingListener() in multipleListenersForSingleFlag_removedListenerNotCalledAfterRemoval() constant
DFlagManagerTest.kt61 val listener2 = mock<FlagListenable.Listener>() in <lambda>() constant
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
DLocationProviderManagerTest.java950 ILocationListener listener2 = createMockLocationListener(); in testLocationMonitoring_multipleIdentities() local
990 ILocationListener listener2 = createMockLocationListener(); in testProviderRequest() local
1116 ILocationListener listener2 = createMockLocationListener(); in testProviderRequest_IgnoreLocationSettings() local
1140 ILocationListener listener2 = createMockLocationListener(); in testProviderRequest_IgnoreLocationSettings_ProviderDisabled() local
1272 ILocationListener listener2 = createMockLocationListener(); in testProviderRequest_AdasGnssBypass() local
1301 ILocationListener listener2 = createMockLocationListener(); in testProviderRequest_AdasGnssBypass_ProviderDisabled() local
1337 ILocationListener listener2 = createMockLocationListener(); in testProviderRequest_AdasGnssBypass_ProviderDisabled_AdasDisabled() local
1377 ILocationListener listener2 = createMockLocationListener(); in testQueryPackageReset() local
1394 ILocationListener listener2 = createMockLocationListener(); in testPackageReset() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotifInflationErrorManagerTest.kt42 private val listener2 = mock(NotifInflationErrorListener::class.java) constant in com.android.systemui.statusbar.notification.row.NotifInflationErrorManagerTest
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DUserVisibilityMediatorVisibleBackgroundUserTestCase.java167 AsyncUserVisibilityListener listener2 = addListenerForEvents(onInvisible(USER_ID)); in testStartVisibleBgUser_onSecondaryDisplay_displayAvailable() local
269 AsyncUserVisibilityListener listener2 = addListenerForEvents(onInvisible(USER_ID)); in testStartVisibleBgUser_onSecondaryDisplay_userAlreadyAssigned() local
/frameworks/base/services/tests/servicestests/src/com/android/server/people/
DPeopleServiceTest.java217 TestableConversationListener listener2 = new TestableConversationListener(); in testUnregisterConversationListener() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImplTest.kt63 val listener2 = mock(ConfigurationListener::class.java) in testRemoveListenerDuringCallback() constant
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
DShellControllerTest.java301 TestConfigurationChangeListener listener2 = new TestConfigurationChangeListener(); in testMultipleConfigurationChangeListeners() local
/frameworks/base/tests/Input/src/com/android/server/input/
DBatteryControllerTests.kt287 val listener2 = createMockListener() in testOneListenerPerProcess() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/
DTemporaryViewDisplayControllerTest.kt1099 val listener2 = registerListener() in multipleListeners_allNotified() constant
/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiModeManagerServiceTest.java1263 IOnProjectionStateChangedListener listener2 = mock(IOnProjectionStateChangedListener.class); in projectionStateChangedListener_calledForAnyRelevantStateChange() local
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java304 final RegisteredServicesCacheListener<V> listener2 = listener; in notifyListener() local
/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
DTunerResourceManagerServiceTest.java882 TestResourcesReclaimListener listener2 = new TestResourcesReclaimListener(); in requestDemuxTest_ResourceReclaim() local
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp586 sp<DumpstateListener> listener2(new DumpstateListener(dup(fileno(stdout)))); in TEST_F() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSensitiveNotificationProtectionControllerTest.kt95 @Mock private lateinit var listener2: Runnable variable in com.android.systemui.statusbar.policy.SensitiveNotificationProtectionControllerTest