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

/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java544 * list which is returned from invoking {@link #getCallCapablePhoneAccounts()}. The specific
578 * calling {@link #getCallCapablePhoneAccounts()}
700 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() { method in class:TelecomManager
701 return getCallCapablePhoneAccounts(false);
711 public List<PhoneAccountHandle> getCallCapablePhoneAccounts(boolean includeDisabledAccounts) { method in class:TelecomManager
714 return getTelecomService().getCallCapablePhoneAccounts(
718 Log.e(TAG, "Error calling ITelecomService#getCallCapablePhoneAccounts(" +

Completed in 79 milliseconds