Home
last modified time | relevance | path

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

/packages/apps/Contacts/src-bind/com/android/contactsbind/
DObjectFactory.java32 public static DeviceLocalAccountTypeFactory getDeviceLocalAccountTypeFactory(Context context) { in getDeviceLocalAccountTypeFactory() method in ObjectFactory
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfoFactory.java48 ObjectFactory.getDeviceLocalAccountTypeFactory(context), accounts); in AccountDisplayInfoFactory()
DAccountTypeProvider.java61 ObjectFactory.getDeviceLocalAccountTypeFactory(context), in AccountTypeProvider()
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountFilterUtil.java111 mDeviceLocalFactory = ObjectFactory.getDeviceLocalAccountTypeFactory(context); in FilterLoader()