HomeSort by relevance Sort by last modified time
    Searched defs:kPropertyUnlockRetries (Results 1 - 2 of 2) 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);

Completed in 312 milliseconds