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

/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccountHandle.java29 * The unique identifier for a {@link PhoneAccount}. A {@code PhoneAccountHandle} is made of two
33 * <li>A string identifier that is unique across {@code PhoneAccountHandle}s with the same
42 public final class PhoneAccountHandle implements Parcelable { class in inherits:Parcelable
47 public PhoneAccountHandle( method in class:PhoneAccountHandle
53 public PhoneAccountHandle( method in class:PhoneAccountHandle
65 * calls using this {@code PhoneAccountHandle}.
74 * A string that uniquely distinguishes this particular {@code PhoneAccountHandle} from all the
88 * @return A service-specific unique identifier for this {@code PhoneAccountHandle}.
121 other instanceof PhoneAccountHandle &&
122 Objects.equals(((PhoneAccountHandle) othe
167 private PhoneAccountHandle(Parcel in) { method in class:PhoneAccountHandle
[all...]

Completed in 3709 milliseconds