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
84 public int getCount(@EventCountKey String key) { in getCount()
89 public boolean hasReachedMaxCount(@EventCountKey String eventKey) { in hasReachedMaxCount()
93 private boolean hasReachedMaxCount(int count, @EventCountKey String eventKey) { in hasReachedMaxCount()
113 public boolean incrementEventCount(@EventCountKey String eventKey) { in incrementEventCount()