Home
last modified time | relevance | path

Searched refs:getDeviceLocalAccounts (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DCp2DeviceLocalAccountLocatorTests.java52 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()
/packages/apps/Contacts/src/com/android/contacts/model/
DDeviceLocalAccountLocator.java43 public abstract List<AccountWithDataSet> getDeviceLocalAccounts(); in getDeviceLocalAccounts() method in DeviceLocalAccountLocator
49 public List<AccountWithDataSet> getDeviceLocalAccounts() {
97 public List<AccountWithDataSet> getDeviceLocalAccounts() { in getDeviceLocalAccounts() method in DeviceLocalAccountLocator.NexusDeviceAccountLocator
DCp2DeviceLocalAccountLocator.java72 public List<AccountWithDataSet> getDeviceLocalAccounts() { in getDeviceLocalAccounts() method in Cp2DeviceLocalAccountLocator
DAccountTypeManager.java515 return mLocalAccountLocator.getDeviceLocalAccounts();