OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kModemPropertyEnabled
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/cellular/
cellular_capability_classic.cc
54
const char CellularCapabilityClassic::
kModemPropertyEnabled
[] = "Enabled";
288
if (changed_properties.ContainsBool(
kModemPropertyEnabled
)) {
289
bool enabled = changed_properties.GetBool(
kModemPropertyEnabled
);
cellular_capability_classic.h
65
static const char
kModemPropertyEnabled
[];
cellular_unittest.cc
[
all
...]
Completed in 62 milliseconds