Searched refs:AppEntry (Results 1 – 4 of 4) sorted by relevance
48 public void onRebuildComplete(ArrayList<AppEntry> apps); in onRebuildComplete()89 public static class AppEntry extends SizeInfo { class in ApplicationsState118 AppEntry(Context context, ApplicationInfo info, long id) { in AppEntry() method in ApplicationsState.AppEntry163 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() {166 public int compare(AppEntry object1, AppEntry object2) {178 public static final Comparator<AppEntry> SIZE_COMPARATOR179 = new Comparator<AppEntry>() {182 public int compare(AppEntry object1, AppEntry object2) {189 public static final Comparator<AppEntry> INTERNAL_SIZE_COMPARATOR190 = new Comparator<AppEntry>() {[all …]
75 import com.android.settings.applications.ApplicationsState.AppEntry;345 ApplicationsState.AppEntry ae = mApplications.getAppEntry(i); in updateStorageUsage()366 ApplicationsState.AppEntry ae = mApplications.getAppEntry(i); in updateStorageUsage()527 private ArrayList<ApplicationsState.AppEntry> mBaseEntries;528 private ArrayList<ApplicationsState.AppEntry> mEntries;538 ArrayList<ApplicationsState.AppEntry> entries549 mEntries = (ArrayList<ApplicationsState.AppEntry>)results.values;593 Comparator<AppEntry> comparatorObj; in rebuild()632 ArrayList<ApplicationsState.AppEntry> entries in rebuild()657 ArrayList<ApplicationsState.AppEntry> applyPrefixFilter(CharSequence prefix, in applyPrefixFilter()[all …]
15 public ApplicationsState.AppEntry entry;
23 import com.android.settings.applications.ApplicationsState.AppEntry;112 private ApplicationsState.AppEntry mAppEntry;593 public void onRebuildComplete(ArrayList<AppEntry> apps) { in onRebuildComplete()1202 ApplicationsState.AppEntry newEnt = mState.getEntry(pkgName);