Searched refs:ServiceType (Results 1 – 2 of 2) sorted by relevance
34 public enum ServiceType { enum in SsData105 public ServiceType serviceType;121 public ServiceType ServiceTypeFromRILInt(int type) { in ServiceTypeFromRILInt()123 return ServiceType.values()[type]; in ServiceTypeFromRILInt()
335 private String getScStringFromScType(SsData.ServiceType sType) { in getScStringFromScType()