Home
last modified time | relevance | path

Searched defs:uiModeManager (Results 1 – 9 of 9) sorted by relevance

/cts/tests/app/src/android/app/cts/
DSearchManagerTest.java66 UiModeManager uiModeManager = context.getSystemService(UiModeManager.class); in hasGlobalSearchActivity() local
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBatterySaverTest.java184 UiModeManager uiModeManager = getContext().getSystemService(UiModeManager.class); in testAutomotiveProjectionExceptions() local
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DIdleConstraintTest.java223 UiModeManager uiModeManager = getContext().getSystemService(UiModeManager.class); in setAutomotiveProjection() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionTest.java402 UiModeManager uiModeManager = mContext.getSystemService(UiModeManager.class); in testIncomingVideoCallWithNoVideoSupportInCarMode() local
502 UiModeManager uiModeManager = mContext.getSystemService(UiModeManager.class); in testSwapInCallServicesForSelfManagedCSCall() local
DCarModeInCallServiceTest.java80 final UiModeManager uiModeManager = mContext.getSystemService(UiModeManager.class); in setUp() local
/cts/tests/tests/preference/src/android/preference/cts/
DTestUtils.java128 UiModeManager uiModeManager = mContext.getSystemService(UiModeManager.class); in isOnWatchUiMode() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java410 final UiModeManager uiModeManager = mContext.getSystemService(UiModeManager.class); in testSetApplicationNightMode() local
/cts/tests/tests/widget/src/android/widget/cts/
DAutoCompleteTextViewTest.java171 UiModeManager uiModeManager = (UiModeManager) mActivity.getSystemService( in isTvMode() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerZenTest.java2869 UiModeManager uiModeManager = checkNotNull(mContext.getSystemService(UiModeManager.class)); in isUiModeManagerThemeOverlayActive() local