Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java58 static long sPrimaryVersionCounter = 0; field in BluetoothPbapUtils
167 edit.putLong("primary", sPrimaryVersionCounter); in savePbapParams()
177 Log.v(TAG, "Saved Primary:" + sPrimaryVersionCounter + ", Secondary:" in savePbapParams()
191 BluetoothPbapUtils.sPrimaryVersionCounter = pref.getLong("primary", 0); in fetchPbapParams()
257 sPrimaryVersionCounter++; in updateSecondaryVersionCounter()
268 sPrimaryVersionCounter += deletedContacts.size(); in updateSecondaryVersionCounter()
300 sPrimaryVersionCounter++; in updateSecondaryVersionCounter()
365 "primaryVersionCounter = " + sPrimaryVersionCounter + ", secondaryVersionCounter=" in updateSecondaryVersionCounter()
369 if (sSecondaryVersionCounter < 0 || sPrimaryVersionCounter < 0) { in updateSecondaryVersionCounter()
468 sPrimaryVersionCounter += Math.abs(sTotalContacts - sContactSet.size()); in fetchAndSetContacts()
[all …]
DBluetoothPbapObexServer.java1502 Log.d(TAG, "primaryVersionCounter is " + BluetoothPbapUtils.sPrimaryVersionCounter); in getPBPrimaryFolderVersion()
1503 pvc.putLong(BluetoothPbapUtils.sPrimaryVersionCounter); in getPBPrimaryFolderVersion()
DBluetoothPbapVcardManager.java488 Log.d(TAG, "primaryVersionCounter is " + BluetoothPbapUtils.sPrimaryVersionCounter); in getCallHistoryPrimaryFolderVersion()