Searched refs:OVERVIEW_OPENED_COUNT (Results 1 – 2 of 2) sorted by relevance
69 Key.OVERVIEW_OPENED_COUNT,110 String OVERVIEW_OPENED_COUNT = "OverviewOpenedCount"; field
26 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()