Searched defs:getAccountHandle (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java460 PhoneAccountHandle newPhoneAccountHandle = mTelecomCall.getDetails().getAccountHandle();
764 public PhoneAccountHandle getAccountHandle() { method in class:DialerCall
765 return mTelecomCall == null ? null : mTelecomCall.getDetails().getAccountHandle();
1052 PhoneAccountHandle accountHandle = getAccountHandle();
1084 mContext.getSystemService(TelecomManager.class).getLine1Number(getAccountHandle());
1103 PhoneAccountHandle accountHandle = getAccountHandle();

Completed in 79 milliseconds