HomeSort by relevance Sort by last modified time
    Searched defs:ChangePin (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/test/pyautolib/
mock_pref_pane.py 17 """Mock Pref Pane to enable/disable/changepin without system prompt.
83 def ChangePin(self):
114 elif sys.argv[1] == 'changepin':
115 pref_pane.ChangePin()
chromotinglib.py 429 def ChangePin(self, pin='222222', tab_index=1, windex=0):
432 subprocess.call([self._GetHelperRunner(), self._GetHelper(), 'changepin'])
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 74 void FakeShillDeviceClient::ChangePin(const dbus::ObjectPath& device_path,
shill_device_client_stub.cc 141 void ShillDeviceClientStub::ChangePin(const dbus::ObjectPath& device_path,
  /external/chromium_org/chromeos/network/
network_device_handler.cc 245 void NetworkDeviceHandler::ChangePin(
251 DBusThreadManager::Get()->GetShillDeviceClient()->ChangePin(
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_stub.cc 625 void NetworkLibraryImplStub::ChangePin(const std::string& old_pin,
network_library_impl_cros.cc 286 void NetworkLibraryImplCros::ChangePin(const std::string& old_pin,
290 NOTREACHED() << "Calling ChangePin method w/o cellular device.";
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 214 void ChangePin(const std::string& old_pin, const std::string& new_pin);
492 ChangePin(code, new_pin_);
544 void SimUnlockHandler::ChangePin(const std::string& old_pin,
551 std::string operation_name = "ChangePin";
553 GetNetworkDeviceHandler()->ChangePin(
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]

Completed in 152 milliseconds