Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DDeviceLocalAccountTypeFactory.java46 @DeviceLocalAccountTypeFactory.LocalAccountType int classifyAccount(String accountType); in classifyAccount() method
60 return isLocalAccountType(factory.classifyAccount(type)); in isLocalAccountType()
72 public int classifyAccount(String accountType) { in classifyAccount() method in DeviceLocalAccountTypeFactory.Default
88 if (classifyAccount(accountType) == TYPE_SIM) { in getAccountType()
DAccountFilterUtil.java143 if (mDeviceLocalFactory.classifyAccount(account.type) in getFiltersForAccounts()
146 } else if (mDeviceLocalFactory.classifyAccount(account.type) in getFiltersForAccounts()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfoFactory.java93 final int type = mDeviceAccountTypeFactory.classifyAccount(account.type); in shouldUseTypeLabelForName()
104 if (mDeviceAccountTypeFactory.classifyAccount(account.type) == type) { in countOfType()
DAccountTypeProvider.java86 if (accountType == null || mLocalAccountTypeFactory.classifyAccount(accountType) in getAccountTypes()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeDeviceAccountTypeFactory.java30 public int classifyAccount(String accountType) { in classifyAccount() method in FakeDeviceAccountTypeFactory