Searched refs:AppEntry (Results 1 – 4 of 4) sorted by relevance
47 public void onRebuildComplete(ArrayList<AppEntry> apps); in onRebuildComplete()88 public static class AppEntry extends SizeInfo { class in ApplicationsState117 AppEntry(Context context, ApplicationInfo info, long id) { in AppEntry() method in ApplicationsState.AppEntry162 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() {165 public int compare(AppEntry object1, AppEntry object2) {173 public static final Comparator<AppEntry> SIZE_COMPARATOR174 = new Comparator<AppEntry>() {177 public int compare(AppEntry object1, AppEntry object2) {184 public static final Comparator<AppEntry> INTERNAL_SIZE_COMPARATOR185 = new Comparator<AppEntry>() {[all …]
73 import com.android.settings.applications.ApplicationsState.AppEntry;343 ApplicationsState.AppEntry ae = mApplications.getAppEntry(i); in updateStorageUsage()363 ApplicationsState.AppEntry ae = mApplications.getAppEntry(i); in updateStorageUsage()524 private ArrayList<ApplicationsState.AppEntry> mBaseEntries;525 private ArrayList<ApplicationsState.AppEntry> mEntries;535 ArrayList<ApplicationsState.AppEntry> entries546 mEntries = (ArrayList<ApplicationsState.AppEntry>)results.values;590 Comparator<AppEntry> comparatorObj; in rebuild()629 ArrayList<ApplicationsState.AppEntry> entries in rebuild()654 ArrayList<ApplicationsState.AppEntry> applyPrefixFilter(CharSequence prefix, in applyPrefixFilter()[all …]
15 public ApplicationsState.AppEntry entry;
21 import com.android.settings.applications.ApplicationsState.AppEntry;101 private ApplicationsState.AppEntry mAppEntry;467 public void onRebuildComplete(ArrayList<AppEntry> apps) { in onRebuildComplete()947 ApplicationsState.AppEntry newEnt = mState.getEntry(pkgName);