OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAutoConnDeviceDisabled
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/cellular/
cellular_service.cc
46
const char CellularService::
kAutoConnDeviceDisabled
[] = "device disabled";
118
*reason =
kAutoConnDeviceDisabled
;
cellular_service.h
163
static const char
kAutoConnDeviceDisabled
[];
cellular_service_unittest.cc
346
EXPECT_STREQ(CellularService::
kAutoConnDeviceDisabled
, reason);
Completed in 305 milliseconds