Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java411 long currentTotalFields = 0, currentSvcFieldCount = 0; in fetchAndSetContacts() local
456 currentTotalFields++; in fetchAndSetContacts()
462 if (isLoad && currentTotalFields != sTotalFields) { in fetchAndSetContacts()
476 sTotalFields = currentTotalFields; in fetchAndSetContacts()