Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java66 private static long sContactsLastUpdated = 0; field in BluetoothPbapUtils
171 edit.putLong("lastUpdatedTimestamp", sContactsLastUpdated); in savePbapParams()
194 BluetoothPbapUtils.sContactsLastUpdated = pref.getLong("lastUpdatedTimestamp", timeStamp); in fetchPbapParams()
235 if (lastUpdatedTime > sContactsLastUpdated) { in updateSecondaryVersionCounter()
483 sContactsLastUpdated = System.currentTimeMillis(); in fetchAndSetContacts()