HomeSort by relevance Sort by last modified time
    Searched refs:pin (Results 201 - 225 of 233) sorted by null

1 2 3 4 5 6 7 8910

  /frameworks/base/services/java/com/android/server/pm/
UserManagerService.java 124 // Amount of time to force the user to wait before entering the PIN again, after failing
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 504 * Start WPS pin method configuration with pin obtained
507 * @return Wps result containing status and pin
511 if (mWifiNative.startWpsRegistrar(config.BSSID, config.pin)) {
516 loge("Failed to start WPS pin method configuration");
523 * Start WPS pin method configuration with pin obtained
525 * @return WpsResult indicating status and pin
529 result.pin = mWifiNative.startWpsPinDisplay(config.BSSID);
531 if (!TextUtils.isEmpty(result.pin)) {
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h 387 // extension. If |pin| is true and |tab_index|/ is the last pinned tab, then
395 bool pin,
    [all...]
browser.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 216 if (params->pin) {
217 file_system->Pin(drive_path,
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.cc 369 base::AutoReset<bool> pin(&minimizing_all_, true);
stacked_panel_collection.cc 420 base::AutoReset<bool> pin(&minimizing_all_, true);
  /external/qemu/android/config/linux-x86/linux/
kvm.h 448 __u32 pin; member in struct:kvm_irq_routing_irqchip
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 448 __u32 pin; member in struct:kvm_irq_routing_irqchip
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 864 const char *pin, const char *key_id,
874 if (pin == NULL) {
875 wpa_printf(MSG_ERROR, "ENGINE: Smartcard PIN not set");
903 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
904 wpa_printf(MSG_ERROR, "ENGINE: cannot set pin [%s]",
909 /* load private key first in-case PIN is required for cert */
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 995 * @generated_pin - pin to be displayed in case of WPS_CONFIG_DISPLAY method
1021 char pin[9], *p_pin = NULL; local
1052 os_snprintf(pin, sizeof(pin), "%08d", generated_pin);
1053 p_pin = pin;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 136 title = tr("WPS PIN needed");
202 menu->addAction(tr("Enter WPS PIN"), this,
216 menu->addAction(tr("P2P Request PIN"), this,
218 menu->addAction(tr("P2P Show PIN"), this,
224 menu->addAction(tr("P2P Display PIN"), this,
230 menu->addAction(tr("P2P Enter PIN"), this,
315 StringQuery input(tr("PIN:"));
316 input.setWindowTitle(tr("PIN for ") + ctx_item->text());
338 msg.setText(tr("Failed to set the WPS PIN."));
827 * WPS-PIN-NEEDED 5a02a5fa-9199-5e7c-bc46-e183d3cb32f
1011 QString pin = items[2]; local
    [all...]
  /external/chromium_org/remoting/webapp/
remoting.js 173 * and also if the user cancels pin entry or the connection in session mode.
  /external/kernel-headers/original/linux/
pci.h 128 u8 pin; /* which interrupt pin this device uses */ member in struct:pci_dev
  /external/libppp/src/
command.c 523 unsigned long long oin, oout, pin, pout; local
537 pin = bundle->ncp.ipcp.throughput.PacketsIn;
542 pin += bundle->ncp.ipv6cp.throughput.PacketsIn;
589 nargv[arg] = substull(nargv[arg], "PACKETSIN", pin);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 444 cfg.pin = (u8 *) iface->ctx->ap_pin;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 680 STR(pin);
config_winreg.c 897 STR(pin);
config.c     [all...]
wpa_supplicant.c     [all...]
p2p_supplicant.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 3861 const unsigned char *pin local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
file_manager.css 1287 .pin::before {
    [all...]

Completed in 649 milliseconds

1 2 3 4 5 6 7 8910