Searched refs:CcType (Results 1 – 1 of 1) sorted by relevance
176 private enum CcType { enum in TelephonyShellCommand191 private static final Map<String, CcType> CC_TYPE_MAP = new HashMap<String, CcType>() {{203 CcType.STRING);1551 if (type == CcType.UNKNOWN) { in handleCcSetValue()1607 return CcType.BOOLEAN; in getType()1609 return CcType.DOUBLE; in getType()1613 return CcType.INT; in getType()1617 return CcType.LONG; in getType()1621 return CcType.STRING; in getType()1639 return CcType.STRING; in getType()[all …]