Searched refs:countShown (Results 1 – 1 of 1) sorted by relevance
166 final int countShown = Settings.Secure.getInt(getContentResolver(), countKey, 0); in shouldDisplayNotification() local175 if ((countShown == 1 && now.isBefore(savedDate.plusWeeks(1))) in shouldDisplayNotification()180 + (" countShown=" + countShown) in shouldDisplayNotification()186 Settings.Secure.putInt(getContentResolver(), countKey, Math.min(3, countShown + 1)); in shouldDisplayNotification()191 + (" countShown=" + countShown) in shouldDisplayNotification()