Searched refs:NO_THANKS_COUNT (Results 1 – 1 of 1) sorted by relevance
44 private static final String NO_THANKS_COUNT = "no_thanks_count"; field in StorageManagerUpsellDialog93 int noThanksCount = sp.getInt(NO_THANKS_COUNT, 0) + 1; in onClick()95 editor.putInt(NO_THANKS_COUNT, noThanksCount); in onClick()