Searched refs:PIN_ERROR_NONE (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnetwork_constants.h280 PIN_ERROR_NONE = 0, enumerator in enum:chromeos::PinOperationError
H A Dnetwork_library_impl_stub.cc630 NotifyPinOperationCompleted(PIN_ERROR_NONE);
641 NotifyPinOperationCompleted(PIN_ERROR_NONE);
651 NotifyPinOperationCompleted(PIN_ERROR_NONE);
661 NotifyPinOperationCompleted(PIN_ERROR_NONE);
H A Dnetwork_library_impl_cros.cc350 pin_error = PIN_ERROR_NONE;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc145 PIN_ERROR_NONE = 0, enumerator in enum:chromeos::SimUnlockHandler::PinOperationError
428 if (state_ == SIM_NOT_LOCKED_ASK_PIN && error == PIN_ERROR_NONE) {
436 } else if (state_ == SIM_NOT_LOCKED_CHANGE_PIN && error == PIN_ERROR_NONE) {
589 OnPinOperationCompleted(PIN_ERROR_NONE);
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc370 if (state_ == SIM_NOT_LOCKED_ASK_PIN && error == PIN_ERROR_NONE) {
378 } else if (state_ == SIM_NOT_LOCKED_CHANGE_PIN && error == PIN_ERROR_NONE) {
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h124 PIN_ERROR_NONE = 0, enumerator in enum:chromeos::PinOperationError
H A Dnetwork_library.cc2528 pin_error = PIN_ERROR_NONE;

Completed in 157 milliseconds