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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java96 Context context, String activityName) {
97 return new PhotoViewIntentBuilder(context, activityName);
144 private PhotoViewIntentBuilder(Context context, String activityName) { argument
146 mIntent.setClassName(context, activityName);
95 newPhotoViewIntentBuilder( Context context, String activityName) argument
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionHardware.java147 String activityName = getActivityName(event.activity);
149 new ActivityRecognitionEvent(activityName, event.type, event.timestamp);
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java802 * @param activityName The activity component name flattened to string.
806 public HistoricalRecord(String activityName, long time, float weight) { argument
807 this(ComponentName.unflattenFromString(activityName), time, weight);
813 * @param activityName The activity name.
817 public HistoricalRecord(ComponentName activityName, long time, float weight) { argument
818 this.activity = activityName;
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java339 public Drawable getActivityIcon(ComponentName activityName) argument
355 public Drawable getActivityBanner(ComponentName activityName) argument
386 public Drawable getActivityLogo(ComponentName activityName) throws NameNotFoundException { argument
445 public Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserModel.java782 * @param activityName The activity component name flattened to string.
786 public HistoricalRecord(String activityName, long time, float weight) { argument
787 this(ComponentName.unflattenFromString(activityName), time, weight);
793 * @param activityName The activity name.
797 public HistoricalRecord(ComponentName activityName, long time, float weight) { argument
798 this.activity = activityName;
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java774 @Override public Drawable getActivityIcon(ComponentName activityName) argument
776 return getActivityInfo(activityName, sDefaultFlags).loadIcon(this);
809 public Drawable getActivityBanner(ComponentName activityName) argument
811 return getActivityInfo(activityName, sDefaultFlags).loadBanner(this);
842 public Drawable getActivityLogo(ComponentName activityName) argument
844 return getActivityInfo(activityName, sDefaultFlags).loadLogo(this);
918 ComponentName activityName) throws NameNotFoundException {
920 getActivityInfo(activityName, sDefaultFlags).applicationInfo);
917 getResourcesForActivity( ComponentName activityName) argument
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java2722 * @param activityName Name of the activity whose icon is to be retrieved.
2731 public abstract Drawable getActivityIcon(ComponentName activityName) argument
2760 * @param activityName Name of the activity whose banner is to be retrieved.
2767 public abstract Drawable getActivityBanner(ComponentName activityName) argument
2861 * @param activityName Name of the activity whose logo is to be retrieved.
2868 public abstract Drawable getActivityLogo(ComponentName activityName) argument
3052 * @param activityName Name of the activity whose resources are to be
3061 public abstract Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java661 String activityName = PrintOptionUtils.getAdvancedOptionsActivityName(this, serviceName);
662 if (TextUtils.isEmpty(activityName)) {
667 intent.setComponent(new ComponentName(serviceName.getPackageName(), activityName));
/frameworks/base/tools/aapt/
H A DCommand.cpp886 String8 activityName; local
921 String8 aName(getComponentName(pkg, activityName));
1454 activityName = AaptXml::getAttribute(tree, NAME_ATTR, &error);

Completed in 284 milliseconds