Home
last modified time | relevance | path

Searched refs:EventCountKey (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DOnboardingPrefs.java63 public @interface EventCountKey { annotation in OnboardingPrefs
85 public int getCount(@EventCountKey String key) { in getCount()
90 public boolean hasReachedMaxCount(@EventCountKey String eventKey) { in hasReachedMaxCount()
94 private boolean hasReachedMaxCount(int count, @EventCountKey String eventKey) { in hasReachedMaxCount()
115 public boolean incrementEventCount(@EventCountKey String eventKey) { in incrementEventCount()