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

  /system/connectivity/shill/cellular/
cellular_capability_gsm.h 162 static const char kPropertyUnlockRetries[];
cellular_capability_gsm.cc 67 const char CellularCapabilityGSM::kPropertyUnlockRetries[] = "UnlockRetries";
691 if (properties.ContainsUint(kPropertyUnlockRetries)) {
693 properties.GetUint(kPropertyUnlockRetries);
cellular_capability_gsm_unittest.cc 675 props.SetUint(CellularCapabilityGSM::kPropertyUnlockRetries, kRetries);

Completed in 156 milliseconds