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

/packages/apps/Dialer/java/com/android/contacts/common/compat/telecom/
H A DTelecomManagerCompat.java203 public static PhoneAccount getPhoneAccount( method in class:TelecomManagerCompat
207 TELECOM_MANAGER_CLASS, "getPhoneAccount", PhoneAccountHandle.class))) {
208 return telecomManager.getPhoneAccount(accountHandle);
/packages/apps/Dialer/java/com/android/dialer/telecom/
H A DTelecomUtil.java116 public static PhoneAccount getPhoneAccount(Context context, PhoneAccountHandle handle) { method in class:TelecomUtil
117 return getTelecomManager(context).getPhoneAccount(handle);
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemail.java199 public PhoneAccountHandle getPhoneAccount() { method in class:Voicemail
/packages/services/Telecomm/src/com/android/server/telecom/
H A DPhoneAccountRegistrar.java253 PhoneAccount account = getPhoneAccount(defaultPhoneAccountHandle.phoneAccountHandle,
315 PhoneAccount account = getPhoneAccount(accountHandle, userHandle);
904 * Like getPhoneAccount, but checks to see if the current user is allowed to see the phone
908 public PhoneAccount getPhoneAccount(PhoneAccountHandle handle, UserHandle userHandle) { method in class:PhoneAccountRegistrar
909 return getPhoneAccount(handle, userHandle, /* acrossProfiles */ false);
912 public PhoneAccount getPhoneAccount(PhoneAccountHandle handle, method in class:PhoneAccountRegistrar
922 return getPhoneAccount(handle, mCurrentUserHandle);
/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java466 mContext.getSystemService(TelecomManager.class).getPhoneAccount(mPhoneAccountHandle);
1036 PhoneAccount account = getPhoneAccount();
1051 private PhoneAccount getPhoneAccount() { method in class:DialerCall
1056 return mContext.getSystemService(TelecomManager.class).getPhoneAccount(accountHandle);
1106 mContext.getSystemService(TelecomManager.class).getPhoneAccount(accountHandle);

Completed in 216 milliseconds