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

  /external/chromium_org/chromeos/network/
fake_network_device_handler.cc 60 void FakeNetworkDeviceHandler::UnblockPin(
network_device_handler_impl.cc 362 void NetworkDeviceHandlerImpl::UnblockPin(
368 DBusThreadManager::Get()->GetShillDeviceClient()->UnblockPin(
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 183 void FakeShillDeviceClient::UnblockPin(const dbus::ObjectPath& device_path,
188 VLOG(1) << "UnblockPin: " << device_path.value();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 203 void UnblockPin(const std::string& puk, const std::string& new_pin);
457 UnblockPin(code, new_pin_);
523 void SimUnlockHandler::UnblockPin(const std::string& puk,
530 std::string operation_name = "UnblockPin";
532 GetNetworkDeviceHandler()->UnblockPin(

Completed in 269 milliseconds