Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java65 private static long sTotalSvcFields = 0; field in BluetoothPbapUtils
173 edit.putLong("totalSvcFields", sTotalSvcFields); in savePbapParams()
196 BluetoothPbapUtils.sTotalSvcFields = pref.getLong("totalSvcFields", 0); in fetchPbapParams()
289 sTotalSvcFields--; in updateSecondaryVersionCounter()
381 sTotalSvcFields += Math.abs(newFields.size() - oldFields.size()); in checkFieldUpdates()
392 sTotalSvcFields += oldFields.size(); in checkFieldUpdates()
399 sTotalSvcFields += newFields.size(); in checkFieldUpdates()
465 if (currentSvcFieldCount != sTotalSvcFields) { in fetchAndSetContacts()
477 sTotalSvcFields = currentSvcFieldCount; in fetchAndSetContacts()
484 sTotalSvcFields++; in fetchAndSetContacts()