Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java240 int currentContactCount = c.getCount(); in updateSecondaryVersionCounter() local
251 if (currentContactCount > sTotalContacts) { in updateSecondaryVersionCounter()
258 sTotalContacts = currentContactCount; in updateSecondaryVersionCounter()
261 } else if (currentContactCount < sTotalContacts) { in updateSecondaryVersionCounter()
262 sTotalContacts = currentContactCount; in updateSecondaryVersionCounter()