Searched defs:PhoneAccountHandle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccountHandle.java31 public class PhoneAccountHandle implements Parcelable { class in inherits:Parcelable
35 public PhoneAccountHandle( method in class:PhoneAccountHandle
44 * responsible for making phone calls using this {@code PhoneAccountHandle}.
53 * A string that uniquely distinguishes this particular {@code PhoneAccountHandle} from all the
64 * @return A service-specific unique identifier for this {@code PhoneAccountHandle}.
86 other instanceof PhoneAccountHandle &&
87 Objects.equals(((PhoneAccountHandle) other).getComponentName(),
89 Objects.equals(((PhoneAccountHandle) other).getId(), getId());
107 public static final Creator<PhoneAccountHandle> CREATOR = new Creator<PhoneAccountHandle>() {
119 private PhoneAccountHandle(Parcel in) { method in class:PhoneAccountHandle
[all...]

Completed in 140 milliseconds