Home
last modified time | relevance | path

Searched refs:getAppEntry (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsState.java346 public AppEntry getAppEntry() { in getAppEntry() method in AppOpsState.AppOpEntry
438 return sCollator.compare(object1.getAppEntry().getLabel(),
439 object2.getAppEntry().getLabel());
447 if (last.getAppEntry() == appEntry) { in addOp()
473 private AppEntry getAppEntry(final Context context, final HashMap<String, AppEntry> appEntries, in getAppEntry() method in AppOpsState
524 AppEntry appEntry = getAppEntry(context, appEntries, pkgOps.getPackageName(), null); in buildState()
551 AppEntry appEntry = getAppEntry(context, appEntries, appInfo.packageName, in buildState()
DAppOpsCategory.java293 item.getAppEntry().getIcon()); in getView()
294 ((TextView)view.findViewById(R.id.app_name)).setText(item.getAppEntry().getLabel()); in getView()
344 mCurrentPkgName = entry.getAppEntry().getApplicationInfo().packageName; in onListItemClick()
DManageApplications.java587 ApplicationsState.AppEntry entry = mApplications.getAppEntry(position); in onItemClick()
999 public ApplicationsState.AppEntry getAppEntry(int position) { in getAppEntry() method in ManageApplications.ApplicationsAdapter