Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java55 assertThat(telecomService.getAllPhoneAccountHandles()).hasSize(1); in registerAndUnRegister()
56 assertThat(telecomService.getAllPhoneAccountHandles()).contains(handler); in registerAndUnRegister()
63 assertThat(telecomService.getAllPhoneAccountHandles()).hasSize(0); in registerAndUnRegister()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java139 public List<PhoneAccountHandle> getAllPhoneAccountHandles() { in getAllPhoneAccountHandles() method in ShadowTelecomManager
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelecomManagerFacade.java150 .getAllPhoneAccountHandles(); in telecomSetUserSelectedOutgoingPhoneAccount()