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

/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java252 public Drawable getActivityIcon(ComponentName activityName) argument
278 public Drawable getActivityLogo(ComponentName activityName) throws NameNotFoundException { argument
314 public Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java1619 * @param activityName Name of the activity whose icon is to be retrieved.
1628 public abstract Drawable getActivityIcon(ComponentName activityName) argument
1697 * @param activityName Name of the activity whose logo is to be retrieved.
1707 public abstract Drawable getActivityLogo(ComponentName activityName) argument
1818 * @param activityName Name of the activity whose resources are to be
1827 public abstract Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/tools/aapt/
H A DCommand.cpp615 String8 activityName; local
627 const char *aName = getComponentName(pkg, activityName);
927 activityName = getAttribute(tree, NAME_ATTR, &error);
/frameworks/base/core/java/android/app/
H A DContextImpl.java2229 @Override public Drawable getActivityIcon(ComponentName activityName) argument
2231 return getActivityInfo(activityName, 0).loadIcon(this);
2264 public Drawable getActivityLogo(ComponentName activityName) argument
2266 return getActivityInfo(activityName, 0).loadLogo(this);
2297 ComponentName activityName) throws NameNotFoundException {
2299 getActivityInfo(activityName, 0).applicationInfo);
2296 getResourcesForActivity( ComponentName activityName) argument

Completed in 323 milliseconds