Searched refs:DeviceLocalAccountLocator (Results 1 – 5 of 5) sorted by relevance
48 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 …]
36 public abstract class DeviceLocalAccountLocator { class45 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 {
40 public class Cp2DeviceLocalAccountLocator extends DeviceLocalAccountLocator {
340 private final DeviceLocalAccountLocator mLocalAccountLocator;379 mLocalAccountLocator = DeviceLocalAccountLocator.create(context);
76 -keep class com.android.contacts.model.DeviceLocalAccountLocator { *; }