HomeSort by relevance Sort by last modified time
    Searched refs:AppListLoader (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 85 public AppEntry(AppListLoader loader, ApplicationInfo info) {
140 private final AppListLoader mLoader;
184 final AppListLoader mLoader;
186 public PackageIntentReceiver(AppListLoader loader) {
209 public static class AppListLoader extends AsyncTaskLoader<List<AppEntry>> {
216 public AppListLoader(Context context) {
492 return new AppListLoader(getActivity());
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
LoaderCustomSupport.java 85 public AppEntry(AppListLoader loader, ApplicationInfo info) {
140 private final AppListLoader mLoader;
184 final AppListLoader mLoader;
186 public PackageIntentReceiver(AppListLoader loader) {
209 public static class AppListLoader extends AsyncTaskLoader<List<AppEntry>> {
216 public AppListLoader(Context context) {
480 return new AppListLoader(getActivity());
  /packages/apps/Settings/src/com/android/settings/applications/appops/
AppOpsCategory.java 88 final AppListLoader mLoader;
90 public PackageIntentReceiver(AppListLoader loader) {
113 public static class AppListLoader extends AsyncTaskLoader<List<AppOpEntry>> {
121 public AppListLoader(Context context, AppOpsState state, AppOpsState.OpsTemplate template) {
353 return new AppListLoader(getActivity(), mState, template);

Completed in 154 milliseconds