Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java93 public List<PhoneAccountHandle> getCallCapablePhoneAccounts(boolean includeDisabledAccounts) { in getCallCapablePhoneAccounts() argument
98 if(!phoneAccount.isEnabled() && !includeDisabledAccounts) { in getCallCapablePhoneAccounts()