Searched refs:getPhoneAccount (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DITelecomService.aidl78 * @see TelecomManager#getPhoneAccount
80 PhoneAccount getPhoneAccount(in PhoneAccountHandle account);
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableConference.java93 public PhoneAccountHandle getPhoneAccount() { method in class:ParcelableConference
H A DParcelableConnection.java130 public PhoneAccountHandle getPhoneAccount() { method in class:ParcelableConnection
H A DVoicemail.java182 public PhoneAccountHandle getPhoneAccount() { method in class:Voicemail
H A DTelecomManager.java890 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) { method in class:TelecomManager
893 return getTelecomService().getPhoneAccount(account);
896 Log.e(TAG, "Error calling ITelecomService#getPhoneAccount", e);
1401 * {@link #getPhoneAccount}. Self-managed {@link ConnectionService}s must have
/frameworks/base/telephony/java/android/telephony/
H A DVisualVoicemailService.java293 .getSubIdForPhoneAccount(telecomManager.getPhoneAccount(phoneAccountHandle));
H A DTelephonyManager.java6345 retval = getSubIdForPhoneAccount(service.getPhoneAccount(phoneAccountHandle));
/frameworks/base/core/java/android/provider/
H A DVoicemailContract.java422 PhoneAccountHandle phoneAccount = voicemail.getPhoneAccount();
H A DCallLog.java628 PhoneAccount account = tm.getPhoneAccount(accountHandle);

Completed in 1282 milliseconds