Searched refs:getAllPhoneAccounts (Results 1 – 3 of 3) sorted by relevance
47 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()
133 public List<PhoneAccount> getAllPhoneAccounts() { in getAllPhoneAccounts() method in ShadowTelecomManager
114 return mTelecomManager.getAllPhoneAccounts(); in telecomGetAllPhoneAccounts()