Home
last modified time | relevance | path

Searched refs:sPrimaryVersionCounter (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java74 static long sPrimaryVersionCounter = 0; field in BluetoothPbapUtils
241 edit.putLong("primary", sPrimaryVersionCounter); in savePbapParams()
253 + sPrimaryVersionCounter in savePbapParams()
269 BluetoothPbapUtils.sPrimaryVersionCounter = pref.getLong("primary", 0); in fetchPbapParams()
337 sPrimaryVersionCounter++; in updateSecondaryVersionCounter()
352 sPrimaryVersionCounter += deletedContacts.size(); in updateSecondaryVersionCounter()
389 sPrimaryVersionCounter++; in updateSecondaryVersionCounter()
469 + sPrimaryVersionCounter in updateSecondaryVersionCounter()
474 if (sSecondaryVersionCounter < 0 || sPrimaryVersionCounter < 0) { in updateSecondaryVersionCounter()
592 sPrimaryVersionCounter += Math.abs(sTotalContacts - sContactSet.size()); in fetchAndSetContacts()
[all …]
DBluetoothPbapObexServer.java1817 Log.d(TAG, "primaryVersionCounter is " + BluetoothPbapUtils.sPrimaryVersionCounter); in getPBPrimaryFolderVersion()
1818 pvc.putLong(BluetoothPbapUtils.sPrimaryVersionCounter); in getPBPrimaryFolderVersion()
DBluetoothPbapVcardManager.java561 Log.d(TAG, "primaryVersionCounter is " + BluetoothPbapUtils.sPrimaryVersionCounter); in getCallHistoryPrimaryFolderVersion()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapUtilsTest.java150 BluetoothPbapUtils.sPrimaryVersionCounter = -1; in rolloverCounters()
155 assertThat(BluetoothPbapUtils.sPrimaryVersionCounter).isEqualTo(0); in rolloverCounters()
358 BluetoothPbapUtils.sPrimaryVersionCounter = 0; in clearStaticFields()
DBluetoothPbapObexServerTest.java650 BluetoothPbapUtils.sPrimaryVersionCounter = primaryVersion; in getPBPrimaryFolderVersion()