/frameworks/base/core/java/android/webkit/ |
D | JsPromptResult.java | 34 public void confirm(String result) { in confirm() method in JsPromptResult 36 confirm(); in confirm()
|
D | CallbackProxy.java | 587 res.confirm(); in handleMessage() 624 res.confirm(); in handleMessage() 679 res.confirm(v.getText() in handleMessage() 728 res.confirm(); in handleMessage() 750 res.confirm(); in handleMessage() 1361 Message confirm = obtainMessage(JS_CONFIRM, result); in onJsConfirm() local 1362 confirm.getData().putString("message", message); in onJsConfirm() 1363 confirm.getData().putString("url", url); in onJsConfirm() 1364 sendMessageToUiThreadSync(confirm); in onJsConfirm() 1390 Message confirm = obtainMessage(JS_UNLOAD, result); in onJsBeforeUnload() local [all …]
|
D | JsResult.java | 49 public final void confirm() { in confirm() method in JsResult
|
/frameworks/base/services/java/com/android/server/pm/ |
D | ShutdownThread.java | 99 public static void shutdown(final Context context, boolean confirm) { in shutdown() argument 102 shutdownInner(context, confirm); in shutdown() 105 static void shutdownInner(final Context context, boolean confirm) { in shutdownInner() argument 125 if (confirm) { in shutdownInner() 178 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() argument 182 shutdownInner(context, confirm); in reboot() 192 public static void rebootSafeMode(final Context context, boolean confirm) { in rebootSafeMode() argument 196 shutdownInner(context, confirm); in rebootSafeMode()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
D | CatResponseMessage.java | 47 public void setConfirmation(boolean confirm) { in setConfirmation() argument 48 usersConfirm = confirm; in setConfirmation()
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | ReliabilityTestActivity.java | 242 result.confirm(); in onJsAlert() 248 result.confirm(); in onJsBeforeUnload() 254 result.confirm(); in onJsConfirm() 261 result.confirm(); in onJsPrompt()
|
D | TestShellActivity.java | 679 result.confirm(); 692 result.confirm(); 707 result.confirm();
|
/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/bluetooth/ |
D | BluetoothDevice.java | 855 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() argument 857 return sService.setPairingConfirmation(mAddress, confirm); in setPairingConfirmation()
|
D | IBluetooth.aidl | 80 boolean setPairingConfirmation(in String address, boolean confirm); in setPairingConfirmation() argument
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
D | ConfirmDialog.java | 63 View view = View.inflate(this, R.layout.confirm, null); in onResume()
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
D | LayoutTestsExecutor.java | 209 result.confirm(); 216 result.confirm(); 224 result.confirm();
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex2.jd | 380 grab handles to the title and body text edit views, and the confirm button, 382 and attach an event to the confirm button for when it is pressed by the 404 and <code>Button</code> for the confirm button):</p> 408 Button confirmButton = (Button) findViewById(R.id.confirm);</pre> 451 confirm button, and use that to do some work and return the values 473 confirm button. We want this to grab the title and body text from the edit 528 Button confirmButton = (Button) findViewById(R.id.confirm); 625 editor to let you edit it. Press confirm when finished to save the changes 633 instead of the confirm button (the back button is below the menu button). You
|
D | notepad-extra-credit.jd | 62 <p>Experiment a bit with the confirm and back buttons, and try pressing Home and
|
D | notepad-ex3.jd | 147 Button confirmButton = (Button) findViewById(R.id.confirm);
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | index.jd | 11 should appear to confirm that the save was successful.</li>
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
D | preparing.jd | 92 Google Play users of its maturity level. Before you publish, you should confirm 191 confirm the minimum version that your app is compatible with (<a 196 <p>For screen sizes, you should confirm that the app runs properly and looks 198 should confirm the minimum screen-size and density support that your app
|
/frameworks/base/docs/html/tools/extras/ |
D | oem-usb.jd | 179 <li>Click <strong>Next</strong>. Vista may prompt you to confirm the privilege elevation 204 <li>Click <strong>Next</strong>. Vista might prompt you to confirm the privilege elevation
|
/frameworks/base/docs/html/tools/testing/ |
D | service_testing.jd | 74 returns a handle to the Service under test, which you can test to confirm that the Service is
|
/frameworks/base/core/java/android/server/ |
D | BluetoothService.java | 1422 public synchronized boolean setPairingConfirmation(String address, boolean confirm) { in setPairingConfirmation() argument 1435 return setPairingConfirmationNative(address, confirm, data.intValue()); in setPairingConfirmation() 2882 private native boolean setPairingConfirmationNative(String address, boolean confirm, in setPairingConfirmationNative() argument
|
/frameworks/base/core/jni/ |
D | android_server_BluetoothService.cpp | 527 jstring address, bool confirm, in setPairingConfirmationNative() argument 535 if (confirm) { in setPairingConfirmationNative()
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications.jd | 228 For instance, dialogs can be used to confirm that the user understands the severity of an action,
|
/frameworks/base/docs/html/sdk/1.5_r1/ |
D | upgrading.jd | 120 to confirm.</li>
|
/frameworks/base/docs/html/sdk/1.5_r3/ |
D | upgrading.jd | 122 to confirm.</li>
|
/frameworks/base/docs/html/sdk/1.5_r2/ |
D | upgrading.jd | 120 to confirm.</li>
|