Home
last modified time | relevance | path

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

12

/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/base/services/core/java/com/android/server/power/
DShutdownThread.java108 public static void shutdown(final Context context, boolean confirm) { in shutdown() argument
111 shutdownInner(context, confirm); in shutdown()
114 static void shutdownInner(final Context context, boolean confirm) { in shutdownInner() argument
134 if (confirm) { in shutdownInner()
190 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() argument
194 shutdownInner(context, confirm); in reboot()
204 public static void rebootSafeMode(final Context context, boolean confirm) { in rebootSafeMode() argument
208 shutdownInner(context, confirm); in rebootSafeMode()
DPowerManagerService.java2172 private void shutdownOrRebootInternal(final boolean shutdown, final boolean confirm, in shutdownOrRebootInternal() argument
2183 ShutdownThread.shutdown(mContext, confirm); in shutdownOrRebootInternal()
2185 ShutdownThread.reboot(mContext, reason, confirm); in shutdownOrRebootInternal()
3045 public void reboot(boolean confirm, String reason, boolean wait) { in reboot() argument
3053 shutdownOrRebootInternal(false, confirm, reason, wait); in reboot()
3066 public void shutdown(boolean confirm, boolean wait) { in shutdown() argument
3071 shutdownOrRebootInternal(true, confirm, null, wait); in shutdown()
/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/base/core/java/android/os/
DIPowerManager.aidl47 void reboot(boolean confirm, String reason, boolean wait); in reboot() argument
48 void shutdown(boolean confirm, boolean wait); in shutdown() argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java84 public void reboot(boolean confirm, String reason, boolean wait) { in reboot() argument
89 public void shutdown(boolean confirm, boolean wait) { in shutdown() argument
/frameworks/base/docs/html/tools/help/
Dzipalign.jd50 <p>To confirm the alignment of {@code existing.apk}:</p>
63 <li>{@code -c} : confirm the alignment of the given file</li>
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java416 public void shutdown(boolean confirm); in shutdown() argument
417 public void rebootSafeMode(boolean confirm); in rebootSafeMode() argument
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
DConfirmDialog.java66 View view = View.inflate(this, R.layout.confirm, null); in onResume()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DImmersiveModeConfirmation.java224 public ClingWindowView(Context context, Runnable confirm) { in ClingWindowView() argument
226 mConfirm = confirm; in ClingWindowView()
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/
Dlaunch-checklist.jd16 <li><a href="#confirm-size">6. 确认总大小</a></li>
17 <li><a href="#confirm-platform">7. 确认平台和屏幕范围</a></li>
205 <h2 id="confirm-size">
242 <h2 id="confirm-platform">
/frameworks/base/docs/html/design/patterns/
Dconfirming-acknowledging.jd5 <p>In some situations, when a user invokes an action in your app, it's a good idea to <em>confirm</…
29 …docRoot}design/building-blocks/dialogs.html#alerts">alert</a> appears to confirm this action becau…
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java67 mConfirmButton = (Button)mContentView.findViewById(R.id.confirm); in onCreateContentView()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1114 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() argument
1120 return sService.setPairingConfirmation(this, confirm); in setPairingConfirmation()
DBluetoothGattServer.java526 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged() argument
542 new ParcelUuid(characteristic.getUuid()), confirm, in notifyCharacteristicChanged()
DIBluetoothGatt.aidl103 in boolean confirm, in byte[] value); in sendNotification() argument
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex2.jd381 grab handles to the title and body text edit views, and the confirm button,
383 and attach an event to the confirm button for when it is pressed by the
405 and <code>Button</code> for the confirm button):</p>
409 Button confirmButton = (Button) findViewById(R.id.confirm);</pre>
452 confirm button, and use that to do some work and return the values
474 confirm button. We want this to grab the title and body text from the edit
529 Button confirmButton = (Button) findViewById(R.id.confirm);
626 editor to let you edit it. Press confirm when finished to save the changes
634 instead of the confirm button (the back button is below the menu button). You
Dnotepad-extra-credit.jd63 <p>Experiment a bit with the confirm and back buttons, and try pressing Home and
/frameworks/base/docs/html/training/wearables/ui/
Dindex.jd54 <dt><a href="{@docRoot}training/wearables/ui/confirm.html">Showing Confirmations</a></dt>
/frameworks/base/docs/html/distribute/tools/
Dlaunch-checklist.jd18 <li><a href="#confirm-size">6. Confirm Overall Size</a></li>
19 <li><a href="#confirm-platform">7. Confirm Platform and Screen Ranges</a></li>
171 confirm what rating level you want to use. The available content rating
283 <h2 id="confirm-size">
336 <h2 id="confirm-platform">
353 level</a>. You should confirm the minimum version that your app is compatible
360 For screen sizes, you should confirm that the app runs properly and looks
/frameworks/webview/chromium/java/com/android/webview/chromium/
DWebViewContentsClientAdapter.java673 mChromePromptResultReceiver.confirm(mPromptResult.getStringResult()); in onJsResultComplete()
679 mChromeResultReceiver.confirm(); in onJsResultComplete()
/frameworks/base/docs/html/tools/extras/
Doem-usb.jd133 <li>Click <strong>Next</strong>. Vista may prompt you to confirm the privilege elevation
158 <li>Click <strong>Next</strong>. Vista might prompt you to confirm the privilege elevation
/frameworks/base/docs/html/training/wearables/apps/
Dlayouts.jd124 typically used to automatically confirm an operation after a short delay has elapsed.</li>

12