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.java130 public @interface TypeOfAddress{} annotation in ImsCallForwardInfo
140 public @TypeOfAddress int mToA;
160 @TypeOfAddress int toA, @ImsSsData.ServiceClassFlags int serviceClass, in ImsCallForwardInfo()
241 public @TypeOfAddress int getToA() { in getToA()