Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DDeviceLocalAccountTypeFactory.java53 public static boolean isLocalAccountType(@LocalAccountType int type) { in isLocalAccountType() method in DeviceLocalAccountTypeFactory.Util
57 public static boolean isLocalAccountType(DeviceLocalAccountTypeFactory factory, in isLocalAccountType() method in DeviceLocalAccountTypeFactory.Util
60 return isLocalAccountType(factory.classifyAccount(type)); in isLocalAccountType()
DAccountFilterUtil.java135 DeviceLocalAccountTypeFactory.Util.isLocalAccountType( in getFiltersForAccounts()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java18 import static com.android.contacts.util.DeviceLocalAccountTypeFactory.Util.isLocalAccountType;
176 && isLocalAccountType(mLocalAccountTypeFactory, type)) { in loadTypes()
DAccountDisplayInfoFactory.java69 DeviceLocalAccountTypeFactory.Util.isLocalAccountType(mDeviceAccountTypeFactory, in getAccountDisplayInfo()