Home
last modified time | relevance | path

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

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DSharedPrefUtil.java39 private static final String CONTACT_DELETE_PREF_KEY = "timestamp_delete"; field in SharedPrefUtil
87 contactDeleteSyncTime = pref.getLong(CONTACT_DELETE_PREF_KEY, time); in getLastContactDeletedTimestamp()
94 eabPref.putLong(CONTACT_DELETE_PREF_KEY, time).commit(); in saveLastContactDeletedTimestamp()
103 eabPref.putLong(CONTACT_DELETE_PREF_KEY, 0); in validateDeviceTimestamp()
116 eabPref.putLong(CONTACT_DELETE_PREF_KEY, 0); in resetEABSharedPref()