Searched refs:kPropertyUnlockRequired (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/cellular/
H A Dcellular_capability_gsm.h161 static const char kPropertyUnlockRequired[]; member in class:shill::CellularCapabilityGSM
H A Dcellular_capability_gsm.cc66 const char CellularCapabilityGSM::kPropertyUnlockRequired[] = "UnlockRequired"; member in class:shill::CellularCapabilityGSM
686 if (properties.ContainsString(kPropertyUnlockRequired)) {
688 properties.GetString(kPropertyUnlockRequired);
H A Dcellular_capability_gsm_unittest.cc674 props.SetString(CellularCapabilityGSM::kPropertyUnlockRequired, kLockType);

Completed in 42 milliseconds