Searched refs:confirm (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DJsPromptResult.java24 * WebView. The client can call cancel() to cancel the dialog or confirm() with
25 * the user's input to confirm the dialog.
34 public void confirm(String result) { method in class:JsPromptResult
36 confirm();
H A DJsResult.java24 // Tells us if the user tried to confirm or cancel the result before WebCore
27 // This is a basic result of a confirm or prompt dialog.
48 public final void confirm() { method in class:JsResult
H A DCallbackProxy.java534 res.confirm();
570 res.confirm();
624 res.confirm(v.getText()
672 res.confirm();
693 res.confirm();
1339 Message confirm = obtainMessage(JS_CONFIRM, result);
1340 confirm.getData().putString("message", message);
1341 confirm.getData().putString("url", url);
1343 sendMessage(confirm);
1384 Message confirm
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DCatResponseMessage.java47 public void setConfirmation(boolean confirm) { argument
48 usersConfirm = confirm;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java242 result.confirm();
248 result.confirm();
254 result.confirm();
261 result.confirm();
H A DTestShellActivity.java659 result.confirm();
672 result.confirm();
687 result.confirm();
/frameworks/base/core/java/com/android/internal/app/
H A DShutdownThread.java89 * @param confirm true if user confirmation is needed before shutting down.
91 public static void shutdown(final Context context, boolean confirm) { argument
109 if (confirm) {
158 * @param confirm true if user confirmation is needed before shutting down.
160 public static void reboot(final Context context, String reason, boolean confirm) { argument
163 shutdown(context, confirm);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java64 View view = View.inflate(this, R.layout.confirm, null);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java418 * The user will be prompted to confirm the passkey displayed on the screen
620 * to confirm and complete the bonding process.
642 * to confirm and complete the bonding process.
837 public boolean setPairingConfirmation(boolean confirm) { argument
839 return sService.setPairingConfirmation(mAddress, confirm);
H A DIBluetooth.aidl79 boolean setPairingConfirmation(in String address, boolean confirm);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java207 result.confirm();
214 result.confirm();
222 result.confirm();
/frameworks/base/core/java/android/server/
H A DBluetoothService.java1377 public synchronized boolean setPairingConfirmation(String address, boolean confirm) { argument
1390 return setPairingConfirmationNative(address, confirm, data.intValue());
2815 private native boolean setPairingConfirmationNative(String address, boolean confirm, argument
/frameworks/base/core/jni/
H A Dandroid_server_BluetoothService.cpp527 jstring address, bool confirm,
535 if (confirm) {
526 setPairingConfirmationNative(JNIEnv *env, jobject object, jstring address, bool confirm, int nativeData) argument

Completed in 767 milliseconds