Searched refs:getDeviceLocalAccounts (Results 1 – 4 of 4) sorted by relevance
52 sut.getDeviceLocalAccounts(); in testShouldNotCrash()58 assertTrue(sut.getDeviceLocalAccounts().isEmpty()); in test_getDeviceLocalAccounts_returnsEmptyListWhenQueryReturnsNull()66 assertTrue(sut.getDeviceLocalAccounts().isEmpty()); in test_getDeviceLocalAccounts_returnsEmptyListWhenNoRawContactsHaveDeviceType()76 assertEquals(1, sut.getDeviceLocalAccounts().size()); in test_getDeviceLocalAccounts_returnsListWithItemForNullAccount()96 assertEquals(4, sut.getDeviceLocalAccounts().size()); in test_getDeviceLocalAccounts_containsItemForEachDeviceAccount()123 assertEquals(2, sut.getDeviceLocalAccounts().size()); in test_getDeviceLocalAccounts_includesAccountsFromSettings()136 assertEquals(2, sut.getDeviceLocalAccounts().size()); in test_getDeviceLocalAccounts_includesAccountsFromGroups()
41 public abstract List<AccountWithDataSet> getDeviceLocalAccounts(); in getDeviceLocalAccounts() method in DeviceLocalAccountLocator47 public List<AccountWithDataSet> getDeviceLocalAccounts() {93 public List<AccountWithDataSet> getDeviceLocalAccounts() { in getDeviceLocalAccounts() method in DeviceLocalAccountLocator.NexusDeviceAccountLocator
72 public List<AccountWithDataSet> getDeviceLocalAccounts() { in getDeviceLocalAccounts() method in Cp2DeviceLocalAccountLocator
517 return mLocalAccountLocator.getDeviceLocalAccounts();