Searched defs:countKey (Results 1 – 1 of 1) sorted by relevance
162 private boolean shouldDisplayNotification(String countKey) { in shouldDisplayNotification()186 Settings.Secure.putInt(getContentResolver(), countKey, Math.min(3, countShown + 1)); in shouldDisplayNotification() local