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

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java1527 * @param activityName Name of the activity whose icon is to be retrieved.
1536 public abstract Drawable getActivityIcon(ComponentName activityName) argument
1653 * @param activityName Name of the activity whose resources are to be
1662 public abstract Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java246 public Drawable getActivityIcon(ComponentName activityName) argument
288 public Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/tools/aapt/
H A DCommand.cpp573 String8 activityName; local
585 const char *aName = getComponentName(pkg, activityName);
868 activityName = getAttribute(tree, NAME_ATTR, &error);
/frameworks/base/core/java/android/app/
H A DContextImpl.java2143 @Override public Drawable getActivityIcon(ComponentName activityName) argument
2145 return getActivityInfo(activityName, 0).loadIcon(this);
2178 ComponentName activityName) throws NameNotFoundException {
2180 getActivityInfo(activityName, 0).applicationInfo);
2177 getResourcesForActivity( ComponentName activityName) argument

Completed in 58 milliseconds