Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DQueryLocationException.java34 public final class QueryLocationException extends RuntimeException implements Parcelable { class
79 @android.annotation.NonNull Parcelable.Creator<QueryLocationException> CREATOR =
82 public QueryLocationException createFromParcel(Parcel source) {
83 return new QueryLocationException(source.readString8(), source.readInt());
86 public QueryLocationException[] newArray(int size) {
87 return new QueryLocationException[size];
99 public QueryLocationException(@Nullable String message) { in QueryLocationException() method in QueryLocationException
103 public QueryLocationException(@Nullable String message, @QueryLocationErrorCode int code) { in QueryLocationException() method in QueryLocationException
108 public QueryLocationException( in QueryLocationException() method in QueryLocationException
DQueryLocationException.aidl22 parcelable QueryLocationException;
DConnectionServiceAdapter.java767 @NonNull OutcomeReceiver<Location, QueryLocationException> callback) { in queryLocation()
782 QueryLocationException.QUERY_LOCATION_ERROR, in queryLocation()
783 QueryLocationException.class))); in queryLocation()
790 executor.execute(() -> callback.onError(new QueryLocationException( in queryLocation()
791 e.getMessage(), QueryLocationException.ERROR_SERVICE_UNAVAILABLE))); in queryLocation()
DConnection.java1282 @NonNull OutcomeReceiver<Location, QueryLocationException> callback) {} in onQueryLocation()
3249 @NonNull OutcomeReceiver<Location, QueryLocationException> callback) { in queryLocationForEmergency()
DConnectionService.java2252 @NonNull OutcomeReceiver<Location, QueryLocationException> callback) {
/frameworks/base/core/api/
Dcurrent.txt42704 …Null android.os.OutcomeReceiver<android.location.Location,android.telecom.QueryLocationException>);
43114 …public final class QueryLocationException extends java.lang.RuntimeException implements android.os…
43115 ctor public QueryLocationException(@Nullable String);
43116 ctor public QueryLocationException(@Nullable String, int);
43117 ctor public QueryLocationException(@Nullable String, int, @Nullable Throwable);
43121 … public static final android.os.Parcelable.Creator<android.telecom.QueryLocationException> CREATOR;