Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsException.java76 public @interface ImsErrorCode {} annotation in ImsException
98 public ImsException(@Nullable String message, @ImsErrorCode int code) { in ImsException()
112 public ImsException(@Nullable String message, @ImsErrorCode int code, in ImsException()
121 public @ImsErrorCode int getCode() { in getCode()