Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DQueryLocationException.java98 public @interface QueryLocationErrorCode {} annotation in QueryLocationException
103 public QueryLocationException(@Nullable String message, @QueryLocationErrorCode int code) { in QueryLocationException()
109 @Nullable String message, @QueryLocationErrorCode int code, @Nullable Throwable cause) { in QueryLocationException()
114 public @QueryLocationErrorCode int getCode() { in getCode()