Searched refs:sContactsLastUpdated (Results 1 – 1 of 1) sorted by relevance
66 private static long sContactsLastUpdated = 0; field in BluetoothPbapUtils171 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()