Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java47 assertThat(shadowOf(telecomService).getAllPhoneAccounts()).hasSize(0); in registerAndUnRegister()
54 assertThat(shadowOf(telecomService).getAllPhoneAccounts()).hasSize(1); in registerAndUnRegister()
62 assertThat(shadowOf(telecomService).getAllPhoneAccounts()).hasSize(0); in registerAndUnRegister()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java133 public List<PhoneAccount> getAllPhoneAccounts() { in getAllPhoneAccounts() method in ShadowTelecomManager
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelecomManagerFacade.java114 return mTelecomManager.getAllPhoneAccounts(); in telecomGetAllPhoneAccounts()