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.java129 public @interface TypeOfAddress{} annotation in ImsCallForwardInfo
139 public @TypeOfAddress int mToA;
159 @TypeOfAddress int toA, @ImsSsData.ServiceClassFlags int serviceClass, in ImsCallForwardInfo()
240 public @TypeOfAddress int getToA() { in getToA()