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.java38 private static final String CONTACT_DELETE_PREF_KEY = "timestamp_delete"; field in SharedPrefUtil
85 contactDeleteSyncTime = pref.getLong(CONTACT_DELETE_PREF_KEY, time); in getLastContactDeletedTimestamp()
92 eabPref.putLong(CONTACT_DELETE_PREF_KEY, time).commit(); in saveLastContactDeletedTimestamp()
101 eabPref.putLong(CONTACT_DELETE_PREF_KEY, 0); in validateDeviceTimestamp()
114 eabPref.putLong(CONTACT_DELETE_PREF_KEY, 0); in resetEABSharedPref()