Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java87 protected List<PhoneAccountHandle> getCallCapablePhoneAccounts() { in getCallCapablePhoneAccounts() method in ShadowTelecomManager
93 public List<PhoneAccountHandle> getCallCapablePhoneAccounts(boolean includeDisabledAccounts) { in getCallCapablePhoneAccounts() method in ShadowTelecomManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java109 public void getCallCapablePhoneAccounts() { in getCallCapablePhoneAccounts() method in ShadowTelecomManagerTest