Searched refs:sTotalSvcFields (Results 1 – 2 of 2) sorted by relevance
81 @VisibleForTesting static long sTotalSvcFields = 0; field in BluetoothPbapUtils247 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()
240 assertThat(BluetoothPbapUtils.sTotalSvcFields).isEqualTo(1); in fetchAndSetContacts_whenIsLoadFalse_returnsContactsSetSize()364 BluetoothPbapUtils.sTotalSvcFields = 0; in clearStaticFields()