Home
last modified time | relevance | path

Searched refs:TypeOfAddress (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallForwardInfo.java128 public @interface TypeOfAddress{} annotation in ImsCallForwardInfo
138 public @TypeOfAddress int mToA;
158 @TypeOfAddress int toA, @ImsSsData.ServiceClassFlags int serviceClass, in ImsCallForwardInfo()
238 public @TypeOfAddress int getToA() { in getToA()