HomeSort by relevance Sort by last modified time
    Searched refs:PIN (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/remoting/webapp/browser_test/
update_pin_browser_test.js 9 * 1. Change the PIN.
10 * 2. Connect with the new PIN.
12 * 4. Disconnect and reconnect with the old PIN.
27 'The new PIN and the old PIN cannot be the same');
41 // Clean up the test by disconnecting and changing the PIN back
44 // The PIN must be restored regardless of success or failure.
59 browserTest.clickOnControl('change-daemon-pin');
63 document.getElementById('daemon-pin-entry').value = newPin;
64 document.getElementById('daemon-pin-confirm').value = newPin
    [all...]
cancel_pin_browser_test.js 10 * 2. Hit cancel at the PIN prompt.
11 * 3. Reconnect with the PIN.
21 browserTest.expect(typeof data.pin == 'string');
26 browserTest.clickOnControl('cancel-pin-entry-button');
32 this.enterPin_.bind(this, data.pin)
42 browserTest.Cancel_PIN.prototype.enterPin_ = function(pin) {
43 document.getElementById('pin-entry').value = pin;
44 browserTest.clickOnControl('pin-connect-button');
invalid_pin_browser_test.js 10 * 2. Enter |data.pin| at the PIN prompt.
21 browserTest.expect(typeof data.pin == 'string');
27 this.enterPIN_.bind(this, data.pin)
40 browserTest.Invalid_PIN.prototype.enterPIN_ = function(pin) {
41 document.getElementById('pin-entry').value = pin;
42 browserTest.clickOnControl('pin-connect-button');
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java 36 PIN, // Strictly numeric password
39 SimPin, // Unlock by entering a sim pin.
92 SecurityMode.PIN : SecurityMode.None;
127 || mode == SecurityMode.PIN
KeyguardSecurityContainer.java 186 case PIN:
339 case PIN:
347 // Shortcut for SIM PIN/PUK to go to directly to user's security screen or home
490 case PIN: return R.id.keyguard_pin_view;
503 case PIN: return R.layout.keyguard_pin_view;
KeyguardViewBase.java 259 && securityMode != KeyguardSecurityModel.SecurityMode.PIN
  /external/chromium_org/win8/metro_driver/
secondary_tile.cc 21 // Callback for asynchronous pin requests.
25 PIN,
34 // Callback that responds to user input on the pin request pop-up. This will
64 pin_state = type_ == PIN ?
69 pin_state = type_ == PIN ?
74 pin_state = type_ == PIN ?
82 pin_state = type_ == PIN ?
190 new TileRequestCompleter(TileRequestCompleter::PIN, callback);
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 19 this.pin = '';
101 this.pinEntry_ = document.getElementById('daemon-pin-entry');
102 this.pinConfirm_ = document.getElementById('daemon-pin-confirm');
103 this.pinErrorDiv_ = document.getElementById('daemon-pin-error-div');
104 this.pinErrorMessage_ = document.getElementById('daemon-pin-error-message');
120 var form = document.getElementById('ask-pin-form');
125 document.getElementById('daemon-pin-confirm').focus();
150 * Show the dialog in order to get a PIN prior to starting the daemon. When the
231 * Show the dialog in order to change the PIN associated with a running daemon.
414 this.hostController_.start(this.flow_.pin, this.flow_.consent, onHostStarted
    [all...]
session_connector.js 86 * their PIN for a Me2Me connection.
120 * the access code; for Me2Me it is the PIN.
158 * Function to interactively obtain the PIN from the user.
188 * interactively obtain the PIN from the user.
228 * interactively obtain the PIN from the user.
client_plugin.js 453 * @param {string} sharedSecret The access code for IT2Me or the PIN
646 * Called when a PIN is obtained from the user.
648 * @param {string} pin The PIN.
651 function(pin) {
656 { method: 'onPinFetched', data: { pin: pin }}));
660 * Tells the plugin to ask for the PIN asynchronously.
685 * Request pairing with the host for PIN-less authentication.
host_controller.js 124 * @param {string} hostPin Host PIN.
386 * @param {string} newPin The new PIN to set
host_native_messaging.js 279 * Calculates PIN hash value to be stored in the config, passing the resulting
283 * @param {string} pin The PIN.
290 function(hostId, pin, onDone, onError) {
294 pin: pin
client_screen.js 238 * Shows PIN entry screen localized to include the host name, and registers
268 var pinForm = document.getElementById('pin-form');
270 var pinCancel = document.getElementById('cancel-pin-entry-button');
272 var rememberPin = document.getElementById('remember-pin');
274 var rememberPinCheckbox = document.getElementById('remember-pin-checkbox');
286 var pinField = document.getElementById('pin-entry');
287 var pin = pinField.value;
295 document.getElementById('pin-connect-button').focus();
298 onPinFetched(pin);
310 var message = document.getElementById('pin-message')
    [all...]
client_session.js 28 * Called by Me2Me connections when a PIN needs to be obtained
964 // Plugin supports asynchronously asking for the PIN.
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 62 private static final Image PIN = loadImage("icons/pin.gif");
790 return PIN;
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 250 milliseconds