Searched refs:kModemPropertyIMSI (Results 1 – 3 of 3) sorted by relevance
43 const char CellularCapability::kModemPropertyIMSI[] = "imsi"; member in shill::CellularCapability
317 if (props.ContainsString(kModemPropertyIMSI)) { in OnGetModemStatusReply()318 string imsi = props.GetString(kModemPropertyIMSI); in OnGetModemStatusReply()
79 static const char kModemPropertyIMSI[]; variable