Home | History | Annotate | Download | only in apps

Lines Matching refs:apps

17 package com.android.tv.settings.device.apps;
94 // should only be showing the apps on the internal storage or all apps.
115 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) {
116 updateAppList(mSystemPreferenceGroup, apps);
128 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) {
129 updateAppList(mDownloadedPreferenceGroup, apps);
186 ArrayList<ApplicationsState.AppEntry> apps =
188 if (apps != null) {
189 updateAppList(mSystemPreferenceGroup, apps);
194 ArrayList<ApplicationsState.AppEntry> apps =
196 if (apps != null) {
197 updateAppList(mDownloadedPreferenceGroup, apps);