Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/webkit/
DJsPromptResult.java34 public void confirm(String result) { in confirm() method in JsPromptResult
36 confirm(); in confirm()
DCallbackProxy.java587 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 …]
DJsResult.java49 public final void confirm() { in confirm() method in JsResult
/frameworks/base/services/java/com/android/server/pm/
DShutdownThread.java99 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/
DCatResponseMessage.java47 public void setConfirmation(boolean confirm) { in setConfirmation() argument
48 usersConfirm = confirm; in setConfirmation()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DReliabilityTestActivity.java242 result.confirm(); in onJsAlert()
248 result.confirm(); in onJsBeforeUnload()
254 result.confirm(); in onJsConfirm()
261 result.confirm(); in onJsPrompt()
DTestShellActivity.java679 result.confirm();
692 result.confirm();
707 result.confirm();
/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/bluetooth/
DBluetoothDevice.java855 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() argument
857 return sService.setPairingConfirmation(mAddress, confirm); in setPairingConfirmation()
DIBluetooth.aidl80 boolean setPairingConfirmation(in String address, boolean confirm); in setPairingConfirmation() argument
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
DConfirmDialog.java63 View view = View.inflate(this, R.layout.confirm, null); in onResume()
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DLayoutTestsExecutor.java209 result.confirm();
216 result.confirm();
224 result.confirm();
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex2.jd380 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
Dnotepad-extra-credit.jd62 <p>Experiment a bit with the confirm and back buttons, and try pressing Home and
Dnotepad-ex3.jd147 Button confirmButton = (Button) findViewById(R.id.confirm);
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dindex.jd11 should appear to confirm that the save was successful.</li>
/frameworks/base/docs/html/distribute/googleplay/publish/
Dpreparing.jd92 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/
Doem-usb.jd179 <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/
Dservice_testing.jd74 returns a handle to the Service under test, which you can test to confirm that the Service is
/frameworks/base/core/java/android/server/
DBluetoothService.java1422 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/
Dandroid_server_BluetoothService.cpp527 jstring address, bool confirm, in setPairingConfirmationNative() argument
535 if (confirm) { in setPairingConfirmationNative()
/frameworks/base/docs/html/design/patterns/
Dnotifications.jd228 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/
Dupgrading.jd120 to confirm.</li>
/frameworks/base/docs/html/sdk/1.5_r3/
Dupgrading.jd122 to confirm.</li>
/frameworks/base/docs/html/sdk/1.5_r2/
Dupgrading.jd120 to confirm.</li>

12