Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java75 public static long totalSvcFields = 0; field in BluetoothPbapUtils
254 long dbIdentifier, long lastUpdatedTimestamp, long totalFields, long totalSvcFields, in savePbapParams() argument
264 edit.putLong("totalSvcFields", totalSvcFields); in savePbapParams()
286 BluetoothPbapUtils.totalSvcFields = pref.getLong("totalSvcFields", 0); in fetchPbapParams()
381 totalSvcFields--; in updateSecondaryVersionCounter()
473 totalSvcFields += Math.abs(newFields.size() - oldFields.size()); in checkFieldUpdates()
484 totalSvcFields += oldFields.size(); in checkFieldUpdates()
491 totalSvcFields += newFields.size(); in checkFieldUpdates()
556 if (currentSvcFieldCount != totalSvcFields) in fetchAndSetContacts()
564 totalSvcFields = currentSvcFieldCount; in fetchAndSetContacts()
[all …]
DBluetoothPbapService.java431 BluetoothPbapUtils.totalSvcFields, BluetoothPbapUtils.totalContacts); in closeService()