Home
last modified time | relevance | path

Searched refs:PIN_ERROR_NONE (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/webui/chromeos/
Dsim_unlock_ui.cc370 if (state_ == SIM_NOT_LOCKED_ASK_PIN && error == PIN_ERROR_NONE) { in OnPinOperationCompleted()
378 } else if (state_ == SIM_NOT_LOCKED_CHANGE_PIN && error == PIN_ERROR_NONE) { in OnPinOperationCompleted()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h124 PIN_ERROR_NONE = 0, enumerator
Dnetwork_library.cc2528 pin_error = PIN_ERROR_NONE; in PinOperationCallback()