Searched defs:AppEntry (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DApplicationsState.java47 public void onRebuildComplete(ArrayList<AppEntry> apps);
78 public static class AppEntry extends SizeInfo { class in class:ApplicationsState
107 AppEntry(Context context, ApplicationInfo info, long id) { method in class:ApplicationsState.AppEntry
152 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() {
155 public int compare(AppEntry object1, AppEntry object2) {
163 public static final Comparator<AppEntry> SIZE_COMPARATOR
164 = new Comparator<AppEntry>() {
167 public int compare(AppEntry object
[all...]

Completed in 59 milliseconds