HomeSort by relevance Sort by last modified time
    Searched refs:mAccountHandle (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
ConnectionRequest.java 31 private final PhoneAccountHandle mAccountHandle;
59 mAccountHandle = accountHandle;
66 mAccountHandle = in.readParcelable(getClass().getClassLoader());
75 public PhoneAccountHandle getAccountHandle() { return mAccountHandle; }
133 destination.writeParcelable(mAccountHandle, 0);
PhoneAccount.java 154 private final PhoneAccountHandle mAccountHandle;
169 private PhoneAccountHandle mAccountHandle;
184 this.mAccountHandle = accountHandle;
195 mAccountHandle = phoneAccount.getAccountHandle();
326 mAccountHandle,
350 mAccountHandle = account;
381 return mAccountHandle;
525 if (mAccountHandle == null) {
529 mAccountHandle.writeToParcel(out, flags);
573 mAccountHandle = PhoneAccountHandle.CREATOR.createFromParcel(in)
    [all...]
ParcelableCall.java 48 private final PhoneAccountHandle mAccountHandle;
95 mAccountHandle = accountHandle;
177 return mAccountHandle;
346 destination.writeParcelable(mAccountHandle, 0);
Call.java 247 private final PhoneAccountHandle mAccountHandle;
425 return mAccountHandle;
507 Objects.equals(mAccountHandle, d.mAccountHandle) &&
528 Objects.hashCode(mAccountHandle) +
560 mAccountHandle = accountHandle;
    [all...]

Completed in 67 milliseconds