Searched refs:confirm (Results 1 - 17 of 17) 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.aidl47 void reboot(boolean confirm, String reason, boolean wait);
48 void shutdown(boolean confirm, boolean wait);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java84 public void reboot(boolean confirm, String reason, boolean wait) { argument
89 public void shutdown(boolean confirm, boolean wait) { argument
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java106 * @param confirm true if user confirmation is needed before shutting down.
108 public static void shutdown(final Context context, boolean confirm) { argument
111 shutdownInner(context, confirm);
114 static void shutdownInner(final Context context, boolean confirm) { argument
134 if (confirm) {
188 * @param confirm true if user confirmation is needed before shutting down.
190 public static void reboot(final Context context, String reason, boolean confirm) { argument
194 shutdownInner(context, confirm);
202 * @param confirm true if user confirmation is needed before shutting down.
204 public static void rebootSafeMode(final Context context, boolean confirm) { argument
[all...]
H A DPowerManagerService.java2125 private void shutdownOrRebootInternal(final boolean shutdown, final boolean confirm, argument
2136 ShutdownThread.shutdown(mContext, confirm);
2138 ShutdownThread.reboot(mContext, reason, confirm);
2962 * @param confirm If true, shows a reboot confirmation dialog.
2967 public void reboot(boolean confirm, String reason, boolean wait) { argument
2975 shutdownOrRebootInternal(false, confirm, reason, wait);
2984 * @param confirm If true, shows a shutdown confirmation dialog.
2988 public void shutdown(boolean confirm, boolean wait) { argument
2993 shutdownOrRebootInternal(true, confirm, null, wait);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java66 View view = View.inflate(this, R.layout.confirm, null);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java416 public void shutdown(boolean confirm); argument
417 public void rebootSafeMode(boolean confirm); argument
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java67 mConfirmButton = (Button)mContentView.findViewById(R.id.confirm);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java224 public ClingWindowView(Context context, Runnable confirm) { argument
226 mConfirm = confirm;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java482 * The user will be prompted to confirm the passkey displayed on the screen or
483 * an app will confirm the passkey for the user.
773 * to confirm and complete the bonding process.
797 * to confirm and complete the bonding process.
829 * to confirm and complete the bonding process.
1082 public boolean setPairingConfirmation(boolean confirm) { argument
1088 return sService.setPairingConfirmation(this, confirm);
H A DIBluetoothGatt.aidl103 in boolean confirm, in byte[] value);
H A DBluetoothGattServer.java502 * @param confirm true to request confirmation from the client (indication),
508 BluetoothGattCharacteristic characteristic, boolean confirm) {
524 new ParcelUuid(characteristic.getUuid()), confirm,
507 notifyCharacteristicChanged(BluetoothDevice device, BluetoothGattCharacteristic characteristic, boolean confirm) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java669 mChromePromptResultReceiver.confirm(mPromptResult.getStringResult());
675 mChromeResultReceiver.confirm();
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java5525 public void shutdown(boolean confirm) { argument
5526 ShutdownThread.shutdown(mContext, confirm);
5531 public void rebootSafeMode(boolean confirm) { argument
5532 ShutdownThread.rebootSafeMode(mContext, confirm);

Completed in 7632 milliseconds