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.java69 Key.OVERVIEW_OPENED_COUNT,
110 String OVERVIEW_OPENED_COUNT = "OverviewOpenedCount"; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java26 import static com.android.systemui.Prefs.Key.OVERVIEW_OPENED_COUNT;
563 return Prefs.getInt(mContext, OVERVIEW_OPENED_COUNT, 0); in getOpenedOverviewCount()
575 Prefs.putInt(mContext, OVERVIEW_OPENED_COUNT, openedOverviewCount); in setOpenedOverviewCount()