Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java194 int tipCounter = prefs.getInt(KEY_WORK_TIP_COUNTER, WORK_TIP_THRESHOLD); in showTipIfNeeded() local
195 if (tipCounter < 0) return; in showTipIfNeeded()
196 if (tipCounter == 0) { in showTipIfNeeded()
200 prefs.edit().putInt(KEY_WORK_TIP_COUNTER, tipCounter - 1).apply(); in showTipIfNeeded()