OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sim_lock_type_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc
268
std::string
sim_lock_type_
;
member in class:chromeos::SimUnlockHandler
407
if (cellular_device->sim_lock_type() ==
sim_lock_type_
)
410
sim_lock_type_
= cellular_device->sim_lock_type();
412
VLOG(1) << "OnNetworkDeviceSimLockChanged, lock: " <<
sim_lock_type_
480
if (!
sim_lock_type_
.empty()) {
489
if (!
sim_lock_type_
.empty()) {
715
sim_lock_type_
= cellular_device->sim_lock_type();
730
VLOG(1) << "Current state: " << state_ << " lock_type: " <<
sim_lock_type_
734
if (
sim_lock_type_
== shill::kSIMLockPin) {
736
} else if (
sim_lock_type_
== shill::kSIMLockPuk)
[
all
...]
/external/chromium_org/chromeos/network/
device_state.h
42
const std::string& sim_lock_type() const { return
sim_lock_type_
; }
71
std::string
sim_lock_type_
;
member in class:chromeos::DeviceState
device_state.cc
98
*out_value, &
sim_lock_type_
))
129
bool locked = !
sim_lock_type_
.empty();
Completed in 471 milliseconds