Searched refs:TeleserviceType (Results 1 – 1 of 1) sorted by relevance
96 public enum TeleserviceType { enum in SsData107 public TeleserviceType teleserviceType;139 public TeleserviceType TeleserviceTypeFromRILInt(int type) { in TeleserviceTypeFromRILInt()141 return TeleserviceType.values()[type]; in TeleserviceTypeFromRILInt()