Searched defs:noThanksCount (Results 1 – 1 of 1) sorted by relevance
93 int noThanksCount = sp.getInt(NO_THANKS_COUNT, 0) + 1; in onClick() local141 private static long getNoThanksDelay(int noThanksCount) { in getNoThanksDelay()