Searched refs:KEY_RETRY_COUNT (Results 1 – 1 of 1) sorted by relevance
33 private static final String KEY_RETRY_COUNT = "_retry_count"; field in ONSStats133 .putInt(KEY_RETRY_COUNT, info.getRetryCount()) in updateSharedPreferences()173 boolean retryCountUpdated = sharedPref.getInt(KEY_RETRY_COUNT, -1) != info.getRetryCount(); in ignoreEvent()