OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sim_present_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/network/
device_state.cc
24
sim_present_
(true),
103
return GetBooleanValue(key, value, &
sim_present_
);
119
if (
sim_present_
) {
143
return technology_family_ == shill::kTechnologyFamilyGsm && !
sim_present_
;
device_state.h
64
// Returns true if the technology family is GSM and
sim_present_
is false.
82
bool
sim_present_
;
member in class:chromeos::DeviceState
Completed in 121 milliseconds