Searched refs:getAllPhoneAccountHandles (Results 1 – 3 of 3) sorted by relevance
55 assertThat(telecomService.getAllPhoneAccountHandles()).hasSize(1); in registerAndUnRegister()56 assertThat(telecomService.getAllPhoneAccountHandles()).contains(handler); in registerAndUnRegister()63 assertThat(telecomService.getAllPhoneAccountHandles()).hasSize(0); in registerAndUnRegister()
139 public List<PhoneAccountHandle> getAllPhoneAccountHandles() { in getAllPhoneAccountHandles() method in ShadowTelecomManager
150 .getAllPhoneAccountHandles(); in telecomSetUserSelectedOutgoingPhoneAccount()