Searched refs:countKey (Results 1 – 1 of 1) sorted by relevance
162 private boolean shouldDisplayNotification(String countKey) { in shouldDisplayNotification() argument164 final String dateKey = countKey + "_date"; in shouldDisplayNotification()166 final int countShown = Settings.Secure.getInt(getContentResolver(), countKey, 0); in shouldDisplayNotification()179 ("shouldDisplayNotification(" + countKey + "): Notification discarded.") in shouldDisplayNotification()186 Settings.Secure.putInt(getContentResolver(), countKey, Math.min(3, countShown + 1)); in shouldDisplayNotification() local190 ("shouldDisplayNotification(" + countKey + "): Notification is being shown.") in shouldDisplayNotification()