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

/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnetwork_constants.h270 // SIM_PIN_NOT_REQUIRED - SIM card is unlocked all the time and requires PIN
274 SIM_PIN_NOT_REQUIRED = 1, enumerator in enum:chromeos::SimPinRequire
H A Dnative_network_parser.cc456 device->set_sim_pin_required(SIM_PIN_NOT_REQUIRED);
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h114 // SIM_PIN_NOT_REQUIRED - SIM card is unlocked all the time and requires PIN
118 SIM_PIN_NOT_REQUIRED = 1, enumerator in enum:chromeos::SIMPinRequire
H A Dnetwork_library.cc980 sim_pin_required_ = SIM_PIN_NOT_REQUIRED;
3916 if (device->sim_pin_required() == SIM_PIN_NOT_REQUIRED)
3919 device->sim_pin_required_ = SIM_PIN_NOT_REQUIRED;

Completed in 318 milliseconds