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

  /external/chromium_org/remoting/webapp/browser_test/
update_pin_browser_test.js 25 browserTest.expect(typeof data.old_pin == 'string');
26 browserTest.expect(data.new_pin != data.old_pin,
32 this.enterPIN_.bind(this, data.old_pin, true /* expectError*/)
45 this.changePIN_.bind(this, data.old_pin),
46 this.changePIN_.bind(this, data.old_pin)
  /external/chromium_org/chromeos/dbus/
shill_device_client.h 133 const std::string& old_pin,
fake_shill_device_client.h 64 const std::string& old_pin,
shill_device_client.cc 148 const std::string& old_pin,
155 writer.AppendString(old_pin);
fake_shill_device_client.cc 163 const std::string& old_pin,
  /external/chromium_org/chromeos/network/
fake_network_device_handler.cc 69 const std::string& old_pin,
fake_network_device_handler.h 78 const std::string& old_pin,
network_device_handler.h 179 // - |old_pin| does not match the current PIN on the device.
187 const std::string& old_pin,
network_device_handler_impl.h 86 const std::string& old_pin,
network_device_handler_impl.cc 378 const std::string& old_pin,
384 old_pin, local
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 213 void ChangePin(const std::string& old_pin, const std::string& new_pin);
544 void SimUnlockHandler::ChangePin(const std::string& old_pin,
555 old_pin,
  /packages/services/Telephony/src/com/android/phone/
ChangeIccPinScreen.java 100 mOldPin = (EditText) findViewById(R.id.old_pin);

Completed in 950 milliseconds