Searched refs:QueryLocationException (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | QueryLocationException.java | 34 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
|
H A D | QueryLocationException.aidl | 22 parcelable QueryLocationException;
|
H A D | ConnectionServiceAdapter.java | 767 @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()
|
H A D | Connection.java | 1298 @NonNull OutcomeReceiver<Location, QueryLocationException> callback) {} in onQueryLocation() 3265 @NonNull OutcomeReceiver<Location, QueryLocationException> callback) { in queryLocationForEmergency()
|
H A D | ConnectionService.java | 2250 @NonNull OutcomeReceiver<Location, QueryLocationException> callback) {
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 42405 …Null android.os.OutcomeReceiver<android.location.Location,android.telecom.QueryLocationException>); 42809 …public final class QueryLocationException extends java.lang.RuntimeException implements android.os… 42810 ctor public QueryLocationException(@Nullable String); 42811 ctor public QueryLocationException(@Nullable String, int); 42812 ctor public QueryLocationException(@Nullable String, int, @Nullable Throwable); 42816 … public static final android.os.Parcelable.Creator<android.telecom.QueryLocationException> CREATOR;
|