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

/frameworks/base/core/java/android/app/
H A DUiModeManager.java149 Log.e(TAG, "disableCarMode: RemoteException", e);
155 * Flag for use with {@link #disableCarMode(int)}: go to the normal
167 public void disableCarMode(int flags) { method in class:UiModeManager
170 mService.disableCarMode(flags);
172 Log.e(TAG, "disableCarMode: RemoteException", e);

Completed in 102 milliseconds