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.java65 public @interface ImsErrorCode {} annotation in ImsException
81 public ImsException(@Nullable String message, @ImsErrorCode int code) { in ImsException()
92 public ImsException(@Nullable String message, @ImsErrorCode int code, in ImsException()
101 public @ImsErrorCode int getCode() { in getCode()