HomeSort by relevance Sort by last modified time
    Searched defs:PhoneAccountHandle (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
PhoneAccountHandle.java 29 * 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 class PhoneAccountHandle implements Parcelable {
47 public PhoneAccountHandle(
54 public PhoneAccountHandle(
65 * responsible for making phone calls using this {@code PhoneAccountHandle}.
74 * A string that uniquely distinguishes this particular {@code PhoneAccountHandle} from all the
85 * @return A service-specific unique identifier for this {@code PhoneAccountHandle}.
119 other instanceof PhoneAccountHandle &&
120 Objects.equals(((PhoneAccountHandle) other).getComponentName()
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 35 milliseconds