Home | History | Annotate | Download | only in telecom

Lines Matching defs:mAccountHandle

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);
892 mAccountHandle = PhoneAccountHandle.CREATOR.createFromParcel(in);
894 mAccountHandle = null;
927 .append(mAccountHandle)