Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DDeviceLocalAccountTypeFactory.java41 @DeviceLocalAccountTypeFactory.LocalAccountType int classifyAccount(String accountType); in classifyAccount() method
55 return isLocalAccountType(factory.classifyAccount(type)); in isLocalAccountType()
67 public int classifyAccount(String accountType) { in classifyAccount() method in DeviceLocalAccountTypeFactory.Default
/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()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeDeviceAccountTypeFactory.java30 public int classifyAccount(String accountType) { in classifyAccount() method in FakeDeviceAccountTypeFactory