Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DCallException.java115 public @interface CallErrorCode { annotation in CallException
124 public CallException(@Nullable String message, @CallErrorCode int code) { in CallException()
133 public @CallErrorCode int getCode() { in getCode()