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

/frameworks/base/core/java/android/app/
H A DUiModeManager.java49 * Context.getSystemService(Context.UI_MODE_SERVICE)}.
115 ServiceManager.getService(Context.UI_MODE_SERVICE));
H A DContextImpl.java483 registerService(UI_MODE_SERVICE, new ServiceFetcher() {
/frameworks/base/core/java/android/content/
H A DContext.java1765 * <dt> {@link #UI_MODE_SERVICE} ("uimode")
1816 * @see #UI_MODE_SERVICE
2162 public static final String UI_MODE_SERVICE = "uimode"; field in class:Context
/frameworks/base/services/java/com/android/server/
H A DUiModeManagerService.java157 ServiceManager.addService(Context.UI_MODE_SERVICE, this);

Completed in 100 milliseconds