Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/core/java/android/os/
DIPowerManager.aidl54 void reboot(boolean confirm, String reason, boolean wait); in reboot() argument
55 void rebootSafeMode(boolean confirm, boolean wait); in rebootSafeMode() argument
56 void shutdown(boolean confirm, String reason, boolean wait); in shutdown() argument
DPowerManager.java1114 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown() argument
1116 mService.shutdown(confirm, reason, wait); in shutdown()
/frameworks/base/core/java/android/webkit/
DJsPromptResult.java36 public void confirm(String result) { in confirm() method in JsPromptResult
38 confirm(); in confirm()
DJsResult.java52 public final void confirm() { in confirm() method in JsResult
DJsDialogHelper.java153 mResult.confirm(); in onClick()
155 mResult.confirm(mEdit.getText().toString()); in onClick()
/frameworks/native/services/powermanager/
DIPowerManager.cpp109 virtual status_t reboot(bool confirm, const String16& reason, bool wait) in reboot() argument
113 data.writeInt32(confirm); in reboot()
119 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) in shutdown() argument
123 data.writeInt32(confirm); in shutdown()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java90 public void reboot(boolean confirm, String reason, boolean wait) { in reboot() argument
95 public void rebootSafeMode(boolean confirm, boolean wait) { in rebootSafeMode() argument
100 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatResponseMessage.java56 public void setConfirmation(boolean confirm) { in setConfirmation() argument
57 mUsersConfirm = confirm; in setConfirmation()
/frameworks/native/include/powermanager/
DIPowerManager.h69 virtual status_t reboot(bool confirm, const String16& reason, bool wait) = 0;
70 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) = 0;
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java154 public static void shutdown(final Context context, String reason, boolean confirm) { in shutdown() argument
158 shutdownInner(context, confirm); in shutdown()
161 private static void shutdownInner(final Context context, boolean confirm) { in shutdownInner() argument
185 if (confirm) { in shutdownInner()
242 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() argument
247 shutdownInner(context, confirm); in reboot()
258 public static void rebootSafeMode(final Context context, boolean confirm) { in rebootSafeMode() argument
268 shutdownInner(context, confirm); in rebootSafeMode()
DPowerManagerService.java2726 private void shutdownOrRebootInternal(final @HaltMode int haltMode, final boolean confirm, in shutdownOrRebootInternal() argument
2744 ShutdownThread.rebootSafeMode(getUiContext(), confirm); in shutdownOrRebootInternal()
2746 ShutdownThread.reboot(getUiContext(), reason, confirm); in shutdownOrRebootInternal()
2748 ShutdownThread.shutdown(getUiContext(), reason, confirm); in shutdownOrRebootInternal()
4419 public void reboot(boolean confirm, String reason, boolean wait) { in reboot() argument
4428 shutdownOrRebootInternal(HALT_MODE_REBOOT, confirm, reason, wait); in reboot()
4441 public void rebootSafeMode(boolean confirm, boolean wait) { in rebootSafeMode() argument
4446 shutdownOrRebootInternal(HALT_MODE_REBOOT_SAFE_MODE, confirm, in rebootSafeMode()
4460 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown() argument
4465 shutdownOrRebootInternal(HALT_MODE_SHUTDOWN, confirm, reason, wait); in shutdown()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java573 public void shutdown(boolean confirm); in shutdown() argument
574 public void reboot(boolean confirm); in reboot() argument
575 public void rebootSafeMode(boolean confirm); in rebootSafeMode() argument
/frameworks/base/services/core/java/com/android/server/policy/
DImmersiveModeConfirmation.java270 public ClingWindowView(Context context, Runnable confirm) { in ClingWindowView() argument
272 mConfirm = confirm; in ClingWindowView()
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
DConfirmDialog.java71 View view = View.inflate(this, R.layout.confirm, null); in onCreate()
/frameworks/base/proto/src/
Dwifi.proto851 // histogram of usage (in MB) of data-path creation time (in ms) measured as request -> confirm
854 // statistics for data-path (NDP) creation time (in ms) measured as request -> confirm: minimum
857 // statistics for data-path (NDP) creation time (in ms) measured as request -> confirm: maximum
860 // statistics for data-path (NDP) creation time (in ms) measured as request -> confirm: sum
863 // statistics for data-path (NDP) creation time (in ms) measured as request -> confirm: sum of sq
866 // statistics for data-path (NDP) creation time (in ms) measured as request -> confirm: number of
Dmetrics_constants.proto2619 // OPEN: SUW > Fingerprint > Dialog to confirm cancel fingerprint setup.
2622 // OPEN: SUW > Fingerprint > Dialog to confirm skip fingerprint setup entirely.
3407 // OPEN: Settings > Apps > Default Apps > Warning dialog to confirm selection
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServer.java648 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged() argument
662 characteristic.getInstanceId(), confirm, in notifyCharacteristicChanged()
DIBluetoothGatt.aidl111 in boolean confirm, in byte[] value); in sendNotification() argument
DBluetoothDevice.java1332 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() argument
1339 return service.setPairingConfirmation(this, confirm); in setPairingConfirmation()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java144 mConfirmButton = (Button)mContentView.findViewById(R.id.confirm); in onCreateContentView()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3359 public void shutdown(boolean confirm) { in shutdown() argument
3362 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in shutdown() local
3367 public void reboot(boolean confirm) { in reboot() argument
3370 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in reboot() local
3375 public void rebootSafeMode(boolean confirm) { in rebootSafeMode() argument
3378 confirm); in rebootSafeMode() local
/frameworks/support/buildSrc/
Ddiff_and_docs.gradle198 "Public API definition has changed. Please run ./gradlew updateApi to confirm\n" +
/frameworks/opt/telephony/proto/
Dtelephony.proto771 // reproduce the issue and confirm that the fix works.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt36066 method public void confirm(java.lang.String);
36071 method public final void confirm();
/frameworks/base/api/
Dcurrent.txt48601 method public void confirm(java.lang.String);
48606 method public final void confirm();

12