Searched refs:mAllRecentAppPrefs (Results 1 – 1 of 1) sorted by relevance
63 private List<Preference> mAllRecentAppPrefs; field in SensorFragment238 mAllRecentAppPrefs = new ArrayList<>(recentApps.size()); in addRecentAppsGroup()246 mAllRecentAppPrefs.add(pref); in addRecentAppsGroup()250 if (mAllRecentAppPrefs.size() > i) { in addRecentAppsGroup()251 recentRequests.addPreference(mAllRecentAppPrefs.get(i)); in addRecentAppsGroup()254 if (mAllRecentAppPrefs.size() > MAX_RECENT_APPS_COLLAPSED) { in addRecentAppsGroup()259 for (int i = MAX_RECENT_APPS_COLLAPSED; i < mAllRecentAppPrefs.size(); i++) { in addRecentAppsGroup()260 recentRequests.addPreference(mAllRecentAppPrefs.get(i)); in addRecentAppsGroup()267 if (mAllRecentAppPrefs.size() == 0) { in addRecentAppsGroup()