HomeSort by relevance Sort by last modified time
    Searched full:confirm (Results 126 - 150 of 1317) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
FlagTests.java 32 * Confirm that all flags are upper-case. This removes the need for wasteful toUpper
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 160 TextView confirm = (TextView) findViewById(R.id.uninstall_confirm);
163 confirm.setText(R.string.uninstall_update_text);
168 confirm.setText(R.string.uninstall_application_text_all_users);
170 confirm.setText(R.string.uninstall_application_text);
  /external/chromium/chrome/browser/resources/chromeos/
sim_unlock.js 201 $('enter-pin-confirm').addEventListener('click', function(event) {
214 $('enter-puk-confirm').addEventListener('click', function(event) {
220 $('choose-pin-confirm').addEventListener('click', function(event) {
227 $('puk-no-tries-confirm').addEventListener('click', function(event) {
230 $('sim-disabled-confirm').addEventListener('click', function(event) {
238 $('enter-pin-confirm').disabled = !enabled;
246 $('choose-pin-confirm').disabled = !enabled;
sim_unlock.html 37 <button id="enter-pin-confirm" i18n-content="ok"></button>
73 <button id="enter-puk-confirm" i18n-content="ok"></button>
112 <button id="choose-pin-confirm" i18n-content="ok"></button>
125 <button id="puk-no-tries-confirm" i18n-content="ok"></button>
136 <button id="sim-disabled-confirm" i18n-content="ok"></button>
  /external/chromium_org/remoting/webapp/
host_table_entry.js 245 * Prompt the user to confirm or cancel deletion of a host.
250 var message = document.getElementById('confirm-host-delete-message');
252 var confirm = document.getElementById('confirm-host-delete');
256 confirm.addEventListener('click', this.onConfirmDeleteReference_, false);
262 * Confirm deletion of a host.
283 * Remove the confirm and cancel event handlers, which refer to this object.
289 var confirm = document.getElementById('confirm-host-delete');
291 confirm.removeEventListener('click', this.onConfirmDeleteReference_, false)
    [all...]
  /external/openssh/
ssh-add.c 83 /* User has to confirm key use */
84 static int confirm = 0; variable
209 confirm)) {
215 if (confirm != 0)
217 "The user must confirm each use of the key\n");
245 lifetime, confirm)) {
253 if (confirm != 0)
254 fprintf(stderr, "The user must confirm each use of the key\n");
273 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) {
416 confirm = 1
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.html 38 <button id="enter-pin-confirm" i18n-content="ok"></button>
74 <button id="enter-puk-confirm" i18n-content="ok"></button>
113 <button id="choose-pin-confirm" i18n-content="ok"></button>
126 <button id="puk-no-tries-confirm" i18n-content="ok"></button>
137 <button id="sim-disabled-confirm" i18n-content="ok"></button>
  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter_unittest.cc     [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ModalDialogTest.java 92 * Verifies that modal confirm-dialogs display, two buttons are visible and
100 executeJavaScriptAndWaitForDialog("confirm('Android');");
106 assertNotNull("No cancel button in confirm dialog.", buttons[0]);
112 assertNotNull("No OK button in confirm dialog.", buttons[2]);
123 scriptEvent = executeJavaScriptAndWaitForDialog("confirm('Android');");
412 assertNotNull("No '" + readableName + "' button in confirm dialog.", button);
  /external/chromium/chrome/browser/cocoa/
keystone_glue_unittest.mm 123 // Confirm we look like callbacks with nil NSNotifications
172 // Confirm we start up an active timer
  /external/chromium/chrome/browser/ui/cocoa/
about_window_controller_unittest.mm 94 // Doesn't confirm correctness, but does confirm something happens.
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
release_helper.rb 42 Bundler.ui.confirm "Pushed git commits and tags"
67 Bundler.ui.confirm "Tagged #{version_tag}"
  /external/chromium_org/base/test/
test_shortcut_win.cc 31 // If |expected_path| is empty confirm immediately that |actual_path| is also
38 // Proceed with LongPathName matching which will also confirm the paths exist.
  /external/chromium_org/chrome/browser/resources/options/
confirm_dialog.js 82 * Handle the confirm button by committing the |pref| change. If
105 * When a user navigates away from a confirm dialog, treat as a cancel.
  /external/chromium_org/skia/
skia_test_expectations.txt 25 # 1. Confirm that those layout_test failures are "reasonable"-- Are they
38 # 4. Run your DEPS roll CL through the trybots again, and confirm your CL does
  /external/wpa_supplicant_8/src/eap_peer/
eap_eke.c 18 IDENTITY, COMMIT, CONFIRM, SUCCESS, FAILURE
41 case CONFIRM:
42 return "CONFIRM";
451 eap_eke_state(data, CONFIRM);
471 if (data->state != CONFIRM) {
472 wpa_printf(MSG_DEBUG, "EAP-EKE: EAP-EKE-Confirm/Request received in unexpected state (%d)",
478 wpa_printf(MSG_DEBUG, "EAP-EKE: Received EAP-EKE-Confirm/Request");
534 wpa_printf(MSG_DEBUG, "EAP-EKE: Sending EAP-EKE-Confirm/Response");
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 87 // no confirm, wait till device is rebooted
95 // no confirm, wait till device is off
  /frameworks/base/docs/html/tools/help/
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>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 72 int direction, String destination, int visibility, int confirm, int status,
82 mConfirm = confirm;
  /packages/apps/Settings/res/layout-sw600dp-land/
choose_lock_password.xml 66 <!-- confirm / restart buttons -->
78 <!-- right / bottom button: confirm or ok -->
choose_lock_pattern.xml 67 <!-- confirm / restart buttons -->
79 <!-- right / bottom button: confirm or ok -->
confirm_lock_password.xml 67 <!-- confirm / restart buttons -->
79 <!-- right / bottom button: confirm or ok -->
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AutoSendActivity.java 50 * Returns a boolean indicating whether the user should confirm each send
51 * Since this is an auto send, the user doesn't confirm the send
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
ContactsDumpActivity.java 58 mConfirmButton = (Button) findViewById(R.id.confirm);
71 case R.id.confirm:
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 362 result.confirm();
371 result.confirm();
381 result.confirm(mPromptResult);
390 result.confirm();

Completed in 455 milliseconds

1 2 3 4 56 7 8 91011>>