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

/frameworks/base/telecomm/java/android/telecom/
H A DParcelableConference.java91 public PhoneAccountHandle getPhoneAccount() { method in class:ParcelableConference
H A DParcelableConnection.java92 public PhoneAccountHandle getPhoneAccount() { method in class:ParcelableConnection
H A DVoicemail.java182 public PhoneAccountHandle getPhoneAccount() { method in class:Voicemail
H A DTelecomManager.java748 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) { method in class:TelecomManager
751 return getTelecomService().getPhoneAccount(account);
754 Log.e(TAG, "Error calling ITelecomService#getPhoneAccount", e);
1207 * {@link PhoneAccount}. This can be checked using {@link #getPhoneAccount}. Once invoked, this

Completed in 72 milliseconds