/frameworks/base/core/java/android/webkit/ |
D | JsPromptResult.java | 36 public void confirm(String result) { in confirm() method in JsPromptResult 38 confirm(); in confirm()
|
D | JsResult.java | 52 public final void confirm() { in confirm() method in JsResult
|
D | JsDialogHelper.java | 153 mResult.confirm(); in onClick() 155 mResult.confirm(mEdit.getText().toString()); in onClick()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | ShutdownThread.java | 108 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()
|
D | PowerManagerService.java | 2172 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/ |
D | CatResponseMessage.java | 56 public void setConfirmation(boolean confirm) { in setConfirmation() argument 57 mUsersConfirm = confirm; in setConfirmation()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 47 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/ |
D | BridgePowerManager.java | 84 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/ |
D | zipalign.jd | 50 <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/ |
D | WindowManagerPolicy.java | 416 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/ |
D | ConfirmDialog.java | 66 View view = View.inflate(this, R.layout.confirm, null); in onResume()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | ImmersiveModeConfirmation.java | 224 public ClingWindowView(Context context, Runnable confirm) { in ClingWindowView() argument 226 mConfirm = confirm; in ClingWindowView()
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/ |
D | launch-checklist.jd | 16 <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/ |
D | confirming-acknowledging.jd | 5 <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/ |
D | MainInteractionSession.java | 67 mConfirmButton = (Button)mContentView.findViewById(R.id.confirm); in onCreateContentView()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothDevice.java | 1114 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() argument 1120 return sService.setPairingConfirmation(this, confirm); in setPairingConfirmation()
|
D | BluetoothGattServer.java | 526 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged() argument 542 new ParcelUuid(characteristic.getUuid()), confirm, in notifyCharacteristicChanged()
|
D | IBluetoothGatt.aidl | 103 in boolean confirm, in byte[] value); in sendNotification() argument
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex2.jd | 381 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
|
D | notepad-extra-credit.jd | 63 <p>Experiment a bit with the confirm and back buttons, and try pressing Home and
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | index.jd | 54 <dt><a href="{@docRoot}training/wearables/ui/confirm.html">Showing Confirmations</a></dt>
|
/frameworks/base/docs/html/distribute/tools/ |
D | launch-checklist.jd | 18 <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/ |
D | WebViewContentsClientAdapter.java | 673 mChromePromptResultReceiver.confirm(mPromptResult.getStringResult()); in onJsResultComplete() 679 mChromeResultReceiver.confirm(); in onJsResultComplete()
|
/frameworks/base/docs/html/tools/extras/ |
D | oem-usb.jd | 133 <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/ |
D | layouts.jd | 124 typically used to automatically confirm an operation after a short delay has elapsed.</li>
|