Searched refs:getAllPhoneAccountsCount (Results 1 – 2 of 2) sorted by relevance
46 assertThat(shadowOf(telecomService).getAllPhoneAccountsCount()).isEqualTo(0); in registerAndUnRegister()53 assertThat(shadowOf(telecomService).getAllPhoneAccountsCount()).isEqualTo(1); in registerAndUnRegister()61 assertThat(shadowOf(telecomService).getAllPhoneAccountsCount()).isEqualTo(0); in registerAndUnRegister()
127 public int getAllPhoneAccountsCount() { in getAllPhoneAccountsCount() method in ShadowTelecomManager