/frameworks/base/core/java/android/webkit/ |
D | JsPromptResult.java | 36 public void confirm(String result) { in confirm() method in JsPromptResult
|
D | JsResult.java | 52 public final void confirm() { in confirm() method in JsResult
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePowerManager.java | 90 public void reboot(boolean confirm, String reason, boolean wait) { in reboot() 95 public void rebootSafeMode(boolean confirm, boolean wait) { in rebootSafeMode() 100 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 54 void reboot(boolean confirm, String reason, boolean wait); in reboot() 55 void rebootSafeMode(boolean confirm, boolean wait); in rebootSafeMode() 56 void shutdown(boolean confirm, String reason, boolean wait); in shutdown()
|
D | PowerManager.java | 1114 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | ShutdownThread.java | 154 public static void shutdown(final Context context, String reason, boolean confirm) { in shutdown() 161 private static void shutdownInner(final Context context, boolean confirm) { in shutdownInner() 242 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() 258 public static void rebootSafeMode(final Context context, boolean confirm) { in rebootSafeMode()
|
D | PowerManagerService.java | 2726 private void shutdownOrRebootInternal(final @HaltMode int haltMode, final boolean confirm, in shutdownOrRebootInternal() 4419 public void reboot(boolean confirm, String reason, boolean wait) { in reboot() 4441 public void rebootSafeMode(boolean confirm, boolean wait) { in rebootSafeMode() 4460 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
|
/frameworks/native/services/powermanager/ |
D | IPowerManager.cpp | 109 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/ |
D | CatResponseMessage.java | 56 public void setConfirmation(boolean confirm) { in setConfirmation()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattServer.java | 648 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
|
D | IBluetoothGatt.aidl | 111 in boolean confirm, in byte[] value); in sendNotification()
|
D | BluetoothDevice.java | 1332 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | ImmersiveModeConfirmation.java | 270 public ClingWindowView(Context context, Runnable confirm) { in ClingWindowView()
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerPolicy.java | 573 public void shutdown(boolean confirm); in shutdown() 574 public void reboot(boolean confirm); in reboot() 575 public void rebootSafeMode(boolean confirm); in rebootSafeMode()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 3359 public void shutdown(boolean confirm) { in shutdown() 3362 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in shutdown() local 3367 public void reboot(boolean confirm) { in reboot() 3370 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in reboot() local 3375 public void rebootSafeMode(boolean confirm) { in rebootSafeMode() 3378 confirm); in rebootSafeMode() local
|