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

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsState.java342 public AppEntry getAppEntry() { method in class:AppOpsState.AppOpEntry
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, method in class:AppOpsState
520 AppEntry appEntry = getAppEntry(context, appEntries, pkgOps.getPackageName(), null);
547 AppEntry appEntry = getAppEntry(context, appEntries, appInfo.packageName,
H A DManageApplications.java355 ApplicationsState.AppEntry ae = mApplications.getAppEntry(i);
376 ApplicationsState.AppEntry ae = mApplications.getAppEntry(i);
782 public ApplicationsState.AppEntry getAppEntry(int position) { method in class:ManageApplications.ApplicationsAdapter
1274 ApplicationsState.AppEntry entry = tab.mApplications.getAppEntry(position);

Completed in 156 milliseconds