Home
last modified time | relevance | path

Searched refs:getCallCapablePhoneAccounts (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DTelecomManager.java708 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() { in getCallCapablePhoneAccounts() method in TelecomManager
709 return getCallCapablePhoneAccounts(false); in getCallCapablePhoneAccounts()
719 public List<PhoneAccountHandle> getCallCapablePhoneAccounts(boolean includeDisabledAccounts) { in getCallCapablePhoneAccounts() method in TelecomManager
722 return getTelecomService().getCallCapablePhoneAccounts( in getCallCapablePhoneAccounts()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DITelecomService.aidl58 List<PhoneAccountHandle> getCallCapablePhoneAccounts( in getCallCapablePhoneAccounts() method
/frameworks/base/api/
Dcurrent.txt36674 method public java.util.List<android.telecom.PhoneAccountHandle> getCallCapablePhoneAccounts();
Dsystem-current.txt39749 method public java.util.List<android.telecom.PhoneAccountHandle> getCallCapablePhoneAccounts();
Dtest-current.txt36757 method public java.util.List<android.telecom.PhoneAccountHandle> getCallCapablePhoneAccounts();