Searched refs:getAllPhoneAccountsOfCurrentUser (Results 1 – 4 of 4) sorted by relevance
389 .getAllPhoneAccountsOfCurrentUser(); in adjustAttemptsForEmergency()
666 public List<PhoneAccount> getAllPhoneAccountsOfCurrentUser() { in getAllPhoneAccountsOfCurrentUser() method in PhoneAccountRegistrar
135 when(mMockAccountRegistrar.getAllPhoneAccountsOfCurrentUser()).thenReturn(phoneAccounts); in setUp()
308 assertEquals(4, mRegistrar.getAllPhoneAccountsOfCurrentUser().size()); in testAccounts()