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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java 35 PIN, // Strictly numeric password
38 SimPin, // Unlock by entering a sim pin.
90 SecurityMode.PIN : SecurityMode.None;
125 || mode == SecurityMode.PIN
KeyguardHostView.java 638 case PIN:
784 case PIN:
792 // Shortcut for SIM PIN/PUK to go to directly to user's security screen or home
    [all...]
  /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 ?
189 new TileRequestCompleter(TileRequestCompleter::PIN, callback);
  /external/chromium_org/remoting/webapp/
client_plugin.js 36 /** @type {function(boolean): void} Request a PIN from the user. */
100 * @param {string} sharedSecret The access code for IT2Me or the PIN
189 * Gives the client authenticator the PIN.
191 * @param {string} pin The PIN.
193 remoting.ClientPlugin.prototype.onPinFetched = function(pin) {};
196 * Tells the plugin to ask for the PIN asynchronously.
210 * Request pairing with the host for PIN-less authentication.
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');
133 var form = document.getElementById('ask-pin-form');
138 document.getElementById('daemon-pin-confirm').focus();
163 * Show the dialog in order to get a PIN prior to starting the daemon. When the
242 * Show the dialog in order to change the PIN associated with a running daemon.
393 this.hostController_.start(this.flow_.pin, this.flow_.consent, onHostStarted
    [all...]
session_connector.js 63 * their PIN for a Me2Me connection.
97 * the access code; for Me2Me it is the PIN.
135 * Function to interactively obtain the PIN from the user.
165 * interactively obtain the PIN from the user.
205 * interactively obtain the PIN from the user.
client_plugin_async.js 411 * @param {string} sharedSecret The access code for IT2Me or the PIN
563 * Called when a PIN is obtained from the user.
565 * @param {string} pin The PIN.
568 function(pin) {
573 { method: 'onPinFetched', data: { pin: pin }}));
577 * Tells the plugin to ask for the PIN asynchronously.
602 * Request pairing with the host for PIN-less authentication.
host_plugin_proto.js 34 * @param {string} pin The PIN.
38 remoting.HostPlugin.prototype.getPinHash = function(hostId, pin, callback) {};
host_controller.js 94 * @param {string} hostPin Host PIN.
356 * @param {string} newPin The new PIN to set
client_session.js 28 * Called by Me2Me connections when a PIN needs to be obtained
825 // Plugin supports asynchronously asking for the PIN.
835 // Clients that don't support asking for a PIN asynchronously also don't
836 // support pairing, so request the PIN now without offering to remember it.
    [all...]
host_native_messaging.js 404 * Calculates PIN hash value to be stored in the config, passing the resulting
408 * @param {string} pin The PIN.
415 function(hostId, pin, onDone, onError) {
419 pin: pin
client_screen.js 242 * Shows PIN entry screen localized to include the host name, and registers
277 var pinForm = document.getElementById('pin-form');
279 var pinCancel = document.getElementById('cancel-pin-entry-button');
281 var rememberPin = document.getElementById('remember-pin');
283 var rememberPinCheckbox = document.getElementById('remember-pin-checkbox');
295 var pinField = document.getElementById('pin-entry');
296 var pin = pinField.value;
304 document.getElementById('pin-connect-button').focus();
307 onPinFetched(pin);
319 var message = document.getElementById('pin-message')
    [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...]

Completed in 448 milliseconds