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.java318 int currentContactCount = 0; in updateSecondaryVersionCounter() local
336 currentContactCount = c.getCount(); in updateSecondaryVersionCounter()
345 if (currentContactCount > totalContacts) { in updateSecondaryVersionCounter()
352 totalContacts = currentContactCount; in updateSecondaryVersionCounter()
355 } else if (currentContactCount < totalContacts) { in updateSecondaryVersionCounter()
356 totalContacts = currentContactCount; in updateSecondaryVersionCounter()