Home | History | Annotate | Download | only in telecom

Lines Matching refs:mAccountHandle

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);
876 mAccountHandle = null;
909 .append(mAccountHandle)