Home
last modified time | relevance | path

Searched refs:inactive_bearer_properties_ (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_capability_universal_unittest.cc267 inactive_bearer_properties_.SetBool(MM_BEARER_PROPERTY_CONNECTED, false); in TestControl()
275 return &inactive_bearer_properties_; in mutable_inactive_bearer_properties()
322 .WillRepeatedly(Return(inactive_bearer_properties_)); in CreateDBusPropertiesProxy()
331 KeyValueStore inactive_bearer_properties_; member in shill::CellularCapabilityUniversalTest::TestControl