Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountDisplayInfoFactory.java58 mSimAccountCount = countOfType(DeviceLocalAccountTypeFactory.TYPE_SIM, accounts); in AccountDisplayInfoFactory()
59 mDeviceAccountCount = countOfType(DeviceLocalAccountTypeFactory.TYPE_DEVICE, accounts); in AccountDisplayInfoFactory()
100 private int countOfType(@DeviceLocalAccountTypeFactory.LocalAccountType int type, in countOfType() method in AccountDisplayInfoFactory