Searched refs:mAllRecentAppPrefs (Results 1 – 1 of 1) sorted by relevance
54 private List<Preference> mAllRecentAppPrefs; field in SensorFragment141 mAllRecentAppPrefs = new ArrayList<>(recentApps.size()); in addRecentAppsGroup()149 mAllRecentAppPrefs.add(pref); in addRecentAppsGroup()153 if (mAllRecentAppPrefs.size() > i) { in addRecentAppsGroup()154 recentRequests.addPreference(mAllRecentAppPrefs.get(i)); in addRecentAppsGroup()157 if (mAllRecentAppPrefs.size() > MAX_RECENT_APPS_COLLAPSED) { in addRecentAppsGroup()162 for (int i = MAX_RECENT_APPS_COLLAPSED; i < mAllRecentAppPrefs.size(); i++) { in addRecentAppsGroup()163 recentRequests.addPreference(mAllRecentAppPrefs.get(i)); in addRecentAppsGroup()170 if (mAllRecentAppPrefs.size() == 0) { in addRecentAppsGroup()