Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java74 public static long totalFields = 0; field in BluetoothPbapUtils
254 long dbIdentifier, long lastUpdatedTimestamp, long totalFields, long totalSvcFields, in savePbapParams() argument
263 edit.putLong("totalFields", totalFields); in savePbapParams()
283 BluetoothPbapUtils.totalFields = pref.getLong("totalContacts", 0); in fetchPbapParams()
285 BluetoothPbapUtils.totalFields = pref.getLong("totalFields", 0); in fetchPbapParams()
382 totalFields--; in updateSecondaryVersionCounter()
474 totalFields += Math.abs(newFields.size() - oldFields.size()); in checkFieldUpdates()
485 totalFields += oldFields.size(); in checkFieldUpdates()
492 totalFields += newFields.size(); in checkFieldUpdates()
553 if (isLoad && currentTotalFields != totalFields) { in fetchAndSetContacts()
[all …]
DBluetoothPbapService.java430 BluetoothPbapUtils.contactsLastUpdated, BluetoothPbapUtils.totalFields, in closeService()