Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java82 @VisibleForTesting static long sContactsLastUpdated = 0; field in BluetoothPbapUtils
245 edit.putLong("lastUpdatedTimestamp", sContactsLastUpdated); in savePbapParams()
272 BluetoothPbapUtils.sContactsLastUpdated = pref.getLong("lastUpdatedTimestamp", timeStamp); in fetchPbapParams()
317 if (lastUpdatedTime > sContactsLastUpdated) { in updateSecondaryVersionCounter()
607 sContactsLastUpdated = System.currentTimeMillis(); in fetchAndSetContacts()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapUtilsTest.java365 BluetoothPbapUtils.sContactsLastUpdated = 0; in clearStaticFields()