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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionRequest.java 36 private PhoneAccountHandle mAccountHandle;
52 this.mAccountHandle = accountHandle;
127 mAccountHandle,
138 private final PhoneAccountHandle mAccountHandle;
207 mAccountHandle = accountHandle;
218 mAccountHandle = in.readParcelable(getClass().getClassLoader());
231 public PhoneAccountHandle getAccountHandle() { return mAccountHandle; }
365 destination.writeParcelable(mAccountHandle, 0);
PhoneAccount.java 337 private final PhoneAccountHandle mAccountHandle;
356 private PhoneAccountHandle mAccountHandle;
374 this.mAccountHandle = accountHandle;
385 mAccountHandle = phoneAccount.getAccountHandle();
578 mAccountHandle,
608 mAccountHandle = account;
642 return mAccountHandle;
841 if (mAccountHandle == null) {
845 mAccountHandle.writeToParcel(out, flags);
    [all...]
ParcelableCall.java 49 private final PhoneAccountHandle mAccountHandle;
104 mAccountHandle = accountHandle;
194 return mAccountHandle;
394 destination.writeParcelable(mAccountHandle, 0);
Call.java 444 private final PhoneAccountHandle mAccountHandle;
647 return mAccountHandle;
753 Objects.equals(mAccountHandle, d.mAccountHandle) &&
774 mAccountHandle,
810 mAccountHandle = accountHandle;
    [all...]

Completed in 211 milliseconds