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