Searched refs:totalSvcFields (Results 1 – 2 of 2) sorted by relevance
75 public static long totalSvcFields = 0; field in BluetoothPbapUtils254 long dbIdentifier, long lastUpdatedTimestamp, long totalFields, long totalSvcFields, in savePbapParams() argument264 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 …]
431 BluetoothPbapUtils.totalSvcFields, BluetoothPbapUtils.totalContacts); in closeService()