Home
last modified time | relevance | path

Searched defs:ImsException (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/ims/
H A DImsException.java28 public class ImsException extends Exception { class
35 public ImsException() { in ImsException() method in ImsException
38 public ImsException(String message, int code) { in ImsException() method in ImsException
43 public ImsException(String message, Throwable cause, int code) { in ImsException() method in ImsException
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsException.java33 public final class ImsException extends Exception { class
85 public ImsException(@Nullable String message) { in ImsException() method in ImsException
95 public ImsException(@Nullable String message, @ImsErrorCode int code) { in ImsException() method in ImsException
108 public ImsException(@Nullable String message, @ImsErrorCode int code, in ImsException() method in ImsException