HomeSort by relevance Sort by last modified time
    Searched defs:getAppEntry (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 342 public AppEntry getAppEntry() {
434 return sCollator.compare(object1.getAppEntry().getLabel(),
435 object2.getAppEntry().getLabel());
443 if (last.getAppEntry() == appEntry) {
469 private AppEntry getAppEntry(final Context context, final HashMap<String, AppEntry> appEntries,
520 AppEntry appEntry = getAppEntry(context, appEntries, pkgOps.getPackageName(), null);
547 AppEntry appEntry = getAppEntry(context, appEntries, appInfo.packageName,
ManageApplications.java 355 ApplicationsState.AppEntry ae = mApplications.getAppEntry(i);
376 ApplicationsState.AppEntry ae = mApplications.getAppEntry(i);
782 public ApplicationsState.AppEntry getAppEntry(int position) {
    [all...]

Completed in 6960 milliseconds