Searched defs:confirm (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | JsPromptResult.java | 36 public void confirm(String result) { in confirm() method in JsPromptResult
|
D | JsResult.java | 54 public final void confirm() { in confirm() method in JsResult
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | ShutdownThread.java | 147 public static void shutdown(final Context context, String reason, boolean confirm) { in shutdown() 154 private static void shutdownInner(final Context context, boolean confirm) { in shutdownInner() 239 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() 255 public static void rebootSafeMode(final Context context, boolean confirm) { in rebootSafeMode()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePowerManager.java | 163 public void reboot(boolean confirm, String reason, boolean wait) { in reboot() 168 public void rebootSafeMode(boolean confirm, boolean wait) { in rebootSafeMode() 173 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CatResponseMessage.java | 59 public void setConfirmation(boolean confirm) { in setConfirmation()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 70 void reboot(boolean confirm, String reason, boolean wait); in reboot() 71 void rebootSafeMode(boolean confirm, boolean wait); in rebootSafeMode() 72 void shutdown(boolean confirm, String reason, boolean wait); in shutdown()
|
D | PowerManager.java | 2126 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattServer.java | 717 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
|
D | BluetoothDevice.java | 1887 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 284 public void shutdown(boolean confirm); in shutdown() 285 public void reboot(boolean confirm); in reboot() 286 public void rebootSafeMode(boolean confirm); in rebootSafeMode()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ImmersiveModeConfirmation.java | 293 ClingWindowView(Context context, Runnable confirm) { in ClingWindowView()
|
D | WindowManagerService.java | 3409 public void shutdown(boolean confirm) { in shutdown() 3412 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in shutdown() local 3417 public void reboot(boolean confirm) { in reboot() 3420 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in reboot() local 3425 public void rebootSafeMode(boolean confirm) { in rebootSafeMode() 3428 confirm); in rebootSafeMode() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSwitcher.java | 1470 private void confirmSwitch(int subId, boolean confirm) { in confirmSwitch()
|