Searched refs:UI_MODE_SERVICE (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV23.java31 mUiModeManager = (UiModeManager) context.getSystemService(Context.UI_MODE_SERVICE);
/frameworks/base/core/java/android/app/
H A DUiModeManager.java54 * Context.getSystemService(Context.UI_MODE_SERVICE)}.
128 ServiceManager.getService(Context.UI_MODE_SERVICE));
H A DSystemServiceRegistry.java460 registerService(Context.UI_MODE_SERVICE, UiModeManager.class,
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java170 getInstrumentation().getContext().getSystemService(Context.UI_MODE_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2690 UI_MODE_SERVICE,
2772 * <dt> {@link #UI_MODE_SERVICE} ("uimode")
2836 * @see #UI_MODE_SERVICE
3364 public static final String UI_MODE_SERVICE = "uimode"; field in class:Context
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java144 mUiModeManager = (UiModeManager) mContext.getSystemService(Context.UI_MODE_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java196 getSystemService(Context.UI_MODE_SERVICE);
/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java206 publishBinderService(Context.UI_MODE_SERVICE, mService);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java242 getSystemService(Context.UI_MODE_SERVICE);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java5996 ServiceManager.getService(Context.UI_MODE_SERVICE));
6964 ServiceManager.getService(Context.UI_MODE_SERVICE));

Completed in 481 milliseconds