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 37 private PhoneAccountHandle mAccountHandle;
53 this.mAccountHandle = accountHandle;
128 mAccountHandle,
139 private final PhoneAccountHandle mAccountHandle;
206 mAccountHandle = accountHandle;
217 mAccountHandle = in.readParcelable(getClass().getClassLoader());
230 public PhoneAccountHandle getAccountHandle() { return mAccountHandle; }
365 destination.writeParcelable(mAccountHandle, 0);
PhoneAccount.java 319 private final PhoneAccountHandle mAccountHandle;
338 private PhoneAccountHandle mAccountHandle;
356 this.mAccountHandle = accountHandle;
367 mAccountHandle = phoneAccount.getAccountHandle();
560 mAccountHandle,
590 mAccountHandle = account;
624 return mAccountHandle;
823 if (mAccountHandle == null) {
827 mAccountHandle.writeToParcel(out, flags);
874 mAccountHandle = PhoneAccountHandle.CREATOR.createFromParcel(in)
    [all...]
ParcelableCall.java 49 private final PhoneAccountHandle mAccountHandle;
104 mAccountHandle = accountHandle;
194 return mAccountHandle;
394 destination.writeParcelable(mAccountHandle, 0);
Call.java 428 private final PhoneAccountHandle mAccountHandle;
625 return mAccountHandle;
731 Objects.equals(mAccountHandle, d.mAccountHandle) &&
752 mAccountHandle,
788 mAccountHandle = accountHandle;
    [all...]

Completed in 90 milliseconds