HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceLocalAccounts (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/
DeviceLocalAccountLocator.java 41 public abstract List<AccountWithDataSet> getDeviceLocalAccounts();
47 public List<AccountWithDataSet> getDeviceLocalAccounts() {
93 public List<AccountWithDataSet> getDeviceLocalAccounts() {
Cp2DeviceLocalAccountLocator.java 72 public List<AccountWithDataSet> getDeviceLocalAccounts() {
AccountTypeManager.java 515 return mLocalAccountLocator.getDeviceLocalAccounts();
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
Cp2DeviceLocalAccountLocatorTests.java 52 sut.getDeviceLocalAccounts();
58 assertTrue(sut.getDeviceLocalAccounts().isEmpty());
66 assertTrue(sut.getDeviceLocalAccounts().isEmpty());
76 assertEquals(1, sut.getDeviceLocalAccounts().size());
96 assertEquals(4, sut.getDeviceLocalAccounts().size());
123 assertEquals(2, sut.getDeviceLocalAccounts().size());
136 assertEquals(2, sut.getDeviceLocalAccounts().size());

Completed in 114 milliseconds