Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DPrefs.java55 Key.OVERVIEW_OPENED_COUNT,
93 String OVERVIEW_OPENED_COUNT = "OverviewOpenedCount"; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java27 import static com.android.systemui.Prefs.Key.OVERVIEW_OPENED_COUNT;
557 return Prefs.getInt(mContext, OVERVIEW_OPENED_COUNT, 0); in getOpenedOverviewCount()
569 Prefs.putInt(mContext, OVERVIEW_OPENED_COUNT, openedOverviewCount); in setOpenedOverviewCount()