Home
last modified time | relevance | path

Searched refs:DeviceLocalAccountLocator (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DCp2DeviceLocalAccountLocatorTests.java48 final DeviceLocalAccountLocator sut = new Cp2DeviceLocalAccountLocator( in testShouldNotCrash()
57 final DeviceLocalAccountLocator sut = createWithQueryResult(null); in test_getDeviceLocalAccounts_returnsEmptyListWhenQueryReturnsNull()
62 final DeviceLocalAccountLocator sut = createWithQueryResult(queryResult( in test_getDeviceLocalAccounts_returnsEmptyListWhenNoRawContactsHaveDeviceType()
70 final DeviceLocalAccountLocator sut = createWithQueryResult(queryResult( in test_getDeviceLocalAccounts_returnsListWithItemForNullAccount()
83 final DeviceLocalAccountLocator sut = createLocator(queryResult( in test_getDeviceLocalAccounts_containsItemForEachDeviceAccount()
117 final DeviceLocalAccountLocator sut = createLocator(new FakeContactsProvider() in test_getDeviceLocalAccounts_includesAccountsFromSettings()
130 final DeviceLocalAccountLocator sut = createLocator(new FakeContactsProvider() in test_getDeviceLocalAccounts_includesAccountsFromGroups()
139 private DeviceLocalAccountLocator createWithQueryResult( in createWithQueryResult()
144 private DeviceLocalAccountLocator createLocator(ContentProvider contactsProvider, in createLocator()
146 final DeviceLocalAccountLocator locator = new Cp2DeviceLocalAccountLocator( in createLocator()
[all …]
/packages/apps/Contacts/src/com/android/contacts/model/
DDeviceLocalAccountLocator.java36 public abstract class DeviceLocalAccountLocator { class
45 public static final DeviceLocalAccountLocator NULL_ONLY = new DeviceLocalAccountLocator() {
52 public static DeviceLocalAccountLocator create(Context context, in create()
61 public static DeviceLocalAccountLocator create(Context context) { in create()
84 public static class NexusDeviceAccountLocator extends DeviceLocalAccountLocator {
DCp2DeviceLocalAccountLocator.java40 public class Cp2DeviceLocalAccountLocator extends DeviceLocalAccountLocator {
DAccountTypeManager.java340 private final DeviceLocalAccountLocator mLocalAccountLocator;
379 mLocalAccountLocator = DeviceLocalAccountLocator.create(context);
/packages/apps/Contacts/
Dproguard.flags76 -keep class com.android.contacts.model.DeviceLocalAccountLocator { *; }