Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DAccountFilterUtil.java106 private DeviceLocalAccountTypeFactory mDeviceLocalFactory; field in AccountFilterUtil.FilterLoader
111 mDeviceLocalFactory = ObjectFactory.getDeviceLocalAccountTypeFactory(context); in FilterLoader()
136 mDeviceLocalFactory, account.type)) && in getFiltersForAccounts()
143 if (mDeviceLocalFactory.classifyAccount(account.type) in getFiltersForAccounts()
146 } else if (mDeviceLocalFactory.classifyAccount(account.type) in getFiltersForAccounts()