Home
last modified time | relevance | path

Searched defs:confirm (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java132 public static void shutdown(final Context context, String reason, boolean confirm) { in shutdown()
139 static void shutdownInner(final Context context, boolean confirm) { in shutdownInner()
215 public static void reboot(final Context context, String reason, boolean confirm) { in reboot()
230 public static void rebootSafeMode(final Context context, boolean confirm) { in rebootSafeMode()
DPowerManagerService.java2378 private void shutdownOrRebootInternal(final @HaltMode int haltMode, final boolean confirm, in shutdownOrRebootInternal()
3434 public void reboot(boolean confirm, String reason, boolean wait) { in reboot()
3456 public void rebootSafeMode(boolean confirm, boolean wait) { in rebootSafeMode()
3475 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
/frameworks/base/core/java/android/webkit/
DJsPromptResult.java36 public void confirm(String result) { in confirm() method in JsPromptResult
DJsResult.java52 public final void confirm() { in confirm() method in JsResult
/frameworks/base/core/java/android/os/
DIPowerManager.aidl52 void reboot(boolean confirm, String reason, boolean wait); in reboot()
53 void rebootSafeMode(boolean confirm, boolean wait); in rebootSafeMode()
54 void shutdown(boolean confirm, String reason, boolean wait); in shutdown()
DPowerManager.java1015 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java84 public void reboot(boolean confirm, String reason, boolean wait) { in reboot()
89 public void rebootSafeMode(boolean confirm, boolean wait) { in rebootSafeMode()
94 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
/frameworks/native/services/powermanager/
DIPowerManager.cpp109 virtual status_t reboot(bool confirm, const String16& reason, bool wait) in reboot()
119 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) in shutdown()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatResponseMessage.java56 public void setConfirmation(boolean confirm) { in setConfirmation()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServer.java526 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
DIBluetoothGatt.aidl89 in boolean confirm, in byte[] value); in sendNotification()
DBluetoothDevice.java1173 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation()
/frameworks/base/services/core/java/com/android/server/policy/
DImmersiveModeConfirmation.java255 public ClingWindowView(Context context, Runnable confirm) { in ClingWindowView()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java478 public void shutdown(boolean confirm); in shutdown()
479 public void rebootSafeMode(boolean confirm); in rebootSafeMode()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java5649 public void shutdown(boolean confirm) { in shutdown()
5655 public void rebootSafeMode(boolean confirm) { in rebootSafeMode()