Searched refs:activityName (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java297 public Drawable getActivityIcon(ComponentName activityName) argument
323 public Drawable getActivityLogo(ComponentName activityName) throws NameNotFoundException { argument
359 public Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java794 * @param activityName The activity component name flattened to string.
798 public HistoricalRecord(String activityName, long time, float weight) { argument
799 this(ComponentName.unflattenFromString(activityName), time, weight);
805 * @param activityName The activity name.
809 public HistoricalRecord(ComponentName activityName, long time, float weight) { argument
810 this.activity = activityName;
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java2102 * @param activityName Name of the activity whose icon is to be retrieved.
2111 public abstract Drawable getActivityIcon(ComponentName activityName) argument
2180 * @param activityName Name of the activity whose logo is to be retrieved.
2190 public abstract Drawable getActivityLogo(ComponentName activityName) argument
2301 * @param activityName Name of the activity whose resources are to be
2310 public abstract Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java668 @Override public Drawable getActivityIcon(ComponentName activityName) argument
670 return getActivityInfo(activityName, 0).loadIcon(this);
703 public Drawable getActivityLogo(ComponentName activityName) argument
705 return getActivityInfo(activityName, 0).loadLogo(this);
736 ComponentName activityName) throws NameNotFoundException {
738 getActivityInfo(activityName, 0).applicationInfo);
735 getResourcesForActivity( ComponentName activityName) argument
/frameworks/base/tools/aapt/
H A DCommand.cpp704 String8 activityName; local
716 const char *aName = getComponentName(pkg, activityName);
1087 activityName = getAttribute(tree, NAME_ATTR, &error);

Completed in 438 milliseconds