Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java81 @VisibleForTesting static long sTotalSvcFields = 0; field in BluetoothPbapUtils
247 edit.putLong("totalSvcFields", sTotalSvcFields); in savePbapParams()
274 BluetoothPbapUtils.sTotalSvcFields = pref.getLong("totalSvcFields", 0); in fetchPbapParams()
378 sTotalSvcFields--; in updateSecondaryVersionCounter()
486 sTotalSvcFields += Math.abs(newFields.size() - oldFields.size()); in checkFieldUpdates()
497 sTotalSvcFields += oldFields.size(); in checkFieldUpdates()
504 sTotalSvcFields += newFields.size(); in checkFieldUpdates()
594 if (currentSvcFieldCount != sTotalSvcFields) { in fetchAndSetContacts()
606 sTotalSvcFields = currentSvcFieldCount; in fetchAndSetContacts()
617 sTotalSvcFields++; in fetchAndSetContacts()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapUtilsTest.java240 assertThat(BluetoothPbapUtils.sTotalSvcFields).isEqualTo(1); in fetchAndSetContacts_whenIsLoadFalse_returnsContactsSetSize()
364 BluetoothPbapUtils.sTotalSvcFields = 0; in clearStaticFields()