Searched refs:EnterPin (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_network_library.h85 MOCK_METHOD1(EnterPin, void(const std::string&));
H A Dnetwork_library.h115 // only on certain operations, such as ChangeRequirePin, ChangePin, EnterPin.
122 // Any PIN operation result (EnterPin, UnblockPin etc.).
1064 virtual void EnterPin(const std::string& pin) = 0;
H A Dnetwork_library.cc2493 virtual void EnterPin(const std::string& pin) { function in class:chromeos::NetworkLibraryImpl
2496 NOTREACHED() << "Calling EnterPin method w/o cellular device.";
4439 virtual void EnterPin(const std::string& pin) {} function in class:chromeos::NetworkLibraryStubImpl
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc201 // Notifies observers that the EnterPin or EnterPuk dialog has been
435 lib->EnterPin(code);

Completed in 172 milliseconds