Searched refs:TeleserviceType (Results 1 – 3 of 3) sorted by relevance
94 public enum TeleserviceType { enum in SsData105 public TeleserviceType teleserviceType;137 public TeleserviceType TeleserviceTypeFromRILInt(int type) { in TeleserviceTypeFromRILInt()139 return TeleserviceType.values()[type]; in TeleserviceTypeFromRILInt()
102 public @interface TeleserviceType{} annotation in ImsSsData251 public final @TeleserviceType int teleserviceType;483 public @TeleserviceType int getTeleserviceType() { in getTeleserviceType()
49819 Lcom/android/internal/telephony/gsm/SsData$TeleserviceType;