HomeSort by relevance Sort by last modified time
    Searched defs:modem_properties (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/cellular/
modem_1_unittest.cc 109 KeyValueStore modem_properties; local
110 modem_properties.SetUint(MM_MODEM_PROPERTY_UNLOCKREQUIRED,
114 modem_properties.Set(MM_MODEM_PROPERTY_PORTS, brillo::Any(ports));
115 properties[MM_DBUS_INTERFACE_MODEM] = modem_properties;
cellular_capability_universal_unittest.cc 162 KeyValueStore modem_properties; local
166 modem_properties.SetUint(MM_MODEM_PROPERTY_ACCESSTECHNOLOGIES,
169 modem_properties.Set(MM_MODEM_PROPERTY_SIGNALQUALITY,
180 .WillOnce(Return(modem_properties));
873 KeyValueStore modem_properties; local
1239 KeyValueStore modem_properties; local
    [all...]
cellular_unittest.cc 1857 KeyValueStore modem_properties; local
1957 KeyValueStore modem_properties; local
    [all...]

Completed in 140 milliseconds