Home
last modified time | relevance | path

Searched defs:classifyAccount (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DDeviceLocalAccountTypeFactory.java46 @DeviceLocalAccountTypeFactory.LocalAccountType int classifyAccount(String accountType); in classifyAccount() method
72 public int classifyAccount(String accountType) { in classifyAccount() method in DeviceLocalAccountTypeFactory.Default
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DFakeDeviceAccountTypeFactory.java30 public int classifyAccount(String accountType) { in classifyAccount() method in FakeDeviceAccountTypeFactory