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

  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_stub.h 52 virtual void ChangeRequirePin(bool require_pin,
mock_network_library.h 91 MOCK_METHOD2(ChangeRequirePin, void(bool, const std::string&));
network_library_impl_cros.h 51 virtual void ChangeRequirePin(bool require_pin,
network_library_impl_stub.cc 636 void NetworkLibraryImplStub::ChangeRequirePin(bool require_pin,
network_library.h     [all...]
network_library_impl_cros.cc 300 void NetworkLibraryImplCros::ChangeRequirePin(bool require_pin,
302 VLOG(1) << "ChangeRequirePin require_pin: " << require_pin
306 NOTREACHED() << "Calling ChangeRequirePin method w/o cellular device.";
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 84 MOCK_METHOD2(ChangeRequirePin, void(bool, const std::string&));
network_library.h 115 // only on certain operations, such as ChangeRequirePin, ChangePin, EnterPin.
    [all...]
network_library.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 212 void ChangeRequirePin(bool require_pin, const std::string& pin);
484 ChangeRequirePin(
504 void SimUnlockHandler::ChangeRequirePin(bool require_pin,
511 std::string operation_name = "ChangeRequirePin";
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 425 lib->ChangeRequirePin(

Completed in 180 milliseconds