Home
last modified time | relevance | path

Searched refs:getCallCapablePhoneAccounts (Results 1 – 3 of 3) 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
88 return this.getCallCapablePhoneAccounts(false); in getCallCapablePhoneAccounts()
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
119 … List<PhoneAccountHandle> callCapablePhoneAccounts = telecomService.getCallCapablePhoneAccounts(); in getCallCapablePhoneAccounts()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelecomManagerFacade.java140 mEnabledAccountHandles = mTelecomManager.getCallCapablePhoneAccounts(); in telecomGetEnabledPhoneAccounts()
178 mTelecomManager.getCallCapablePhoneAccounts().listIterator(); in telecomSetUserSelectedOutgoingPhoneAccountBySubId()