Searched defs:getNightMode (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DUiModeManager.java96 /** Constant for {@link #setNightMode(int)} and {@link #getNightMode()}:
101 /** Constant for {@link #setNightMode(int)} and {@link #getNightMode()}:
106 /** Constant for {@link #setNightMode(int)} and {@link #getNightMode()}:
213 public int getNightMode() { method in class:UiModeManager
216 return mService.getNightMode();
218 Log.e(TAG, "getNightMode: RemoteException", e);
/frameworks/base/services/java/com/android/server/
H A DUiModeManagerService.java392 public int getNightMode() throws RemoteException { method in class:UiModeManagerService

Completed in 817 milliseconds