Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DJsPromptResult.java36 public void confirm(String result) { in confirm() method in JsPromptResult
DJsResult.java54 public final void confirm() { in confirm() method in JsResult
/frameworks/base/core/java/android/os/
DIPowerManager.aidl64 void reboot(boolean confirm, String reason, boolean wait); in reboot()
65 void rebootSafeMode(boolean confirm, boolean wait); in rebootSafeMode()
66 void shutdown(boolean confirm, String reason, boolean wait); in shutdown()
DPowerManager.java1698 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java143 public static void shutdown(final Context context, String reason, boolean confirm) { in shutdown()
150 private static void shutdownInner(final Context context, boolean confirm) { in shutdownInner()
231 public static void reboot(final Context context, String reason, boolean confirm) { in reboot()
247 public static void rebootSafeMode(final Context context, boolean confirm) { in rebootSafeMode()
DPowerManagerService.java2802 private void shutdownOrRebootInternal(final @HaltMode int haltMode, final boolean confirm, in shutdownOrRebootInternal()
4618 public void reboot(boolean confirm, String reason, boolean wait) { in reboot()
4640 public void rebootSafeMode(boolean confirm, boolean wait) { in rebootSafeMode()
4659 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java113 public void reboot(boolean confirm, String reason, boolean wait) { in reboot()
118 public void rebootSafeMode(boolean confirm, boolean wait) { in rebootSafeMode()
123 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.java59 public void setConfirmation(boolean confirm) { in setConfirmation()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServer.java671 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
DBluetoothDevice.java1544 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation()
/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java262 ClingWindowView(Context context, Runnable confirm) { in ClingWindowView()
DWindowManagerService.java3130 public void shutdown(boolean confirm) { in shutdown()
3133 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in shutdown() local
3138 public void reboot(boolean confirm) { in reboot()
3141 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in reboot() local
3146 public void rebootSafeMode(boolean confirm) { in rebootSafeMode()
3149 confirm); in rebootSafeMode() local
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java556 public void shutdown(boolean confirm); in shutdown()
557 public void reboot(boolean confirm); in reboot()
558 public void rebootSafeMode(boolean confirm); in rebootSafeMode()