Searched refs:confirm (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DJsPromptResult.java25 * confirm() with the user's input to confirm the dialog.
34 public void confirm(String result) { method in class:JsPromptResult
36 confirm();
H A DJsResult.java35 // This is a basic result of a confirm or prompt dialog.
49 public final void confirm() { method in class:JsResult
H A DJsDialogHelper.java151 mResult.confirm();
153 mResult.confirm(mEdit.getText().toString());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatResponseMessage.java48 public void setConfirmation(boolean confirm) { argument
49 mUsersConfirm = confirm;
/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl42 void reboot(boolean confirm, String reason, boolean wait);
43 void shutdown(boolean confirm, boolean wait);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java69 public void reboot(boolean confirm, String reason, boolean wait) { argument
74 public void shutdown(boolean confirm, boolean wait) { argument
/frameworks/base/services/java/com/android/server/power/
H A DShutdownThread.java99 * @param confirm true if user confirmation is needed before shutting down.
101 public static void shutdown(final Context context, boolean confirm) { argument
104 shutdownInner(context, confirm);
107 static void shutdownInner(final Context context, boolean confirm) { argument
127 if (confirm) {
181 * @param confirm true if user confirmation is needed before shutting down.
183 public static void reboot(final Context context, String reason, boolean confirm) { argument
187 shutdownInner(context, confirm);
195 * @param confirm true if user confirmation is needed before shutting down.
197 public static void rebootSafeMode(final Context context, boolean confirm) { argument
[all...]
H A DPowerManagerService.java1891 * @param confirm If true, shows a reboot confirmation dialog.
1896 public void reboot(boolean confirm, String reason, boolean wait) { argument
1901 shutdownOrRebootInternal(false, confirm, reason, wait);
1910 * @param confirm If true, shows a shutdown confirmation dialog.
1914 public void shutdown(boolean confirm, boolean wait) { argument
1919 shutdownOrRebootInternal(true, confirm, null, wait);
1925 private void shutdownOrRebootInternal(final boolean shutdown, final boolean confirm, argument
1936 ShutdownThread.shutdown(mContext, confirm);
1938 ShutdownThread.reboot(mContext, reason, confirm);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java63 View view = View.inflate(this, R.layout.confirm, null);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java418 public void shutdown(boolean confirm); argument
419 public void rebootSafeMode(boolean confirm); argument
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java479 * The user will be prompted to confirm the passkey displayed on the screen or
480 * an app will confirm the passkey for the user.
727 * to confirm and complete the bonding process.
752 * to confirm and complete the bonding process.
1001 public boolean setPairingConfirmation(boolean confirm) { argument
1007 return sService.setPairingConfirmation(this, confirm);
H A DIBluetoothGatt.aidl99 in boolean confirm, in byte[] value);
H A DBluetoothGattServer.java490 * @param confirm true to request confirmation from the client (indication),
495 BluetoothGattCharacteristic characteristic, boolean confirm) {
506 new ParcelUuid(characteristic.getUuid()), confirm,
494 notifyCharacteristicChanged(BluetoothDevice device, BluetoothGattCharacteristic characteristic, boolean confirm) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java223 public ClingWindowView(Context context, Runnable confirm) { argument
225 mConfirm = confirm;
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java591 mChromePromptResultReceiver.confirm(mPromptResult.getStringResult());
597 mChromeResultReceiver.confirm();
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5188 public void shutdown(boolean confirm) { argument
5189 ShutdownThread.shutdown(mContext, confirm);
5194 public void rebootSafeMode(boolean confirm) { argument
5195 ShutdownThread.rebootSafeMode(mContext, confirm);

Completed in 522 milliseconds