/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/core/java/android/os/ |
D | IPowerManager.aidl | 65 void reboot(boolean confirm, String reason, boolean wait); in reboot() 66 void rebootSafeMode(boolean confirm, boolean wait); in rebootSafeMode() 67 void shutdown(boolean confirm, String reason, boolean wait); in shutdown()
|
D | PowerManager.java | 1678 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | ShutdownThread.java | 144 public static void shutdown(final Context context, String reason, boolean confirm) { in shutdown() 151 private static void shutdownInner(final Context context, boolean confirm) { in shutdownInner() 232 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() 248 public static void rebootSafeMode(final Context context, boolean confirm) { in rebootSafeMode()
|
D | PowerManagerService.java | 2843 private void shutdownOrRebootInternal(final @HaltMode int haltMode, final boolean confirm, in shutdownOrRebootInternal() 4666 public void reboot(boolean confirm, @Nullable String reason, boolean wait) { in reboot() 4688 public void rebootSafeMode(boolean confirm, boolean wait) { in rebootSafeMode() 4707 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePowerManager.java | 113 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/ |
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 | 59 public void setConfirmation(boolean confirm) { in setConfirmation()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattServer.java | 671 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
|
D | BluetoothDevice.java | 1548 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ImmersiveModeConfirmation.java | 262 ClingWindowView(Context context, Runnable confirm) { in ClingWindowView()
|
D | WindowManagerService.java | 3145 public void shutdown(boolean confirm) { in shutdown() 3148 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in shutdown() local 3153 public void reboot(boolean confirm) { in reboot() 3156 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in reboot() local 3161 public void rebootSafeMode(boolean confirm) { in rebootSafeMode() 3164 confirm); in rebootSafeMode() local
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 556 public void shutdown(boolean confirm); in shutdown() 557 public void reboot(boolean confirm); in reboot() 558 public void rebootSafeMode(boolean confirm); in rebootSafeMode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSwitcher.java | 1259 private void confirmSwitch(int subId, boolean confirm) { in confirmSwitch()
|