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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DAppRestrictionsHelper.java185 info.activityName = info.appName;
226 info.activityName = info.appName;
241 String both = info.packageName + "+" + info.activityName;
243 && !TextUtils.isEmpty(info.activityName)
320 info.activityName = app.activityInfo.loadLabel(pm);
321 if (info.activityName == null) info.activityName = info.appName;
359 public CharSequence activityName; field in class:AppRestrictionsHelper.SelectableAppInfo
365 return packageName + ": appName=" + appName + "; activityName=" + activityName
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java98 Context context, String activityName) {
99 return new PhotoViewIntentBuilder(context, activityName);
150 private PhotoViewIntentBuilder(Context context, String activityName) { argument
152 mIntent.setClassName(context, activityName);
97 newPhotoViewIntentBuilder( Context context, String activityName) argument
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionHardware.java171 String activityName = getActivityName(event.activity);
173 new ActivityRecognitionEvent(activityName, event.type, event.timestamp);
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java803 * @param activityName The activity component name flattened to string.
807 public HistoricalRecord(String activityName, long time, float weight) { argument
808 this(ComponentName.unflattenFromString(activityName), time, weight);
814 * @param activityName The activity name.
818 public HistoricalRecord(ComponentName activityName, long time, float weight) { argument
819 this.activity = activityName;
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java455 public Drawable getActivityIcon(ComponentName activityName) argument
471 public Drawable getActivityBanner(ComponentName activityName) argument
502 public Drawable getActivityLogo(ComponentName activityName) throws NameNotFoundException { argument
575 public Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java428 public Drawable getActivityIcon(ComponentName activityName) throws NameNotFoundException { argument
438 public Drawable getActivityBanner(ComponentName activityName) throws NameNotFoundException { argument
473 public Drawable getActivityLogo(ComponentName activityName) throws NameNotFoundException { argument
540 public Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserModel.java779 * @param activityName The activity component name flattened to string.
783 public HistoricalRecord(String activityName, long time, float weight) { argument
784 this(ComponentName.unflattenFromString(activityName), time, weight);
790 * @param activityName The activity name.
794 public HistoricalRecord(ComponentName activityName, long time, float weight) { argument
795 this.activity = activityName;
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1071 @Override public Drawable getActivityIcon(ComponentName activityName) argument
1073 return getActivityInfo(activityName, sDefaultFlags).loadIcon(this);
1106 public Drawable getActivityBanner(ComponentName activityName) argument
1108 return getActivityInfo(activityName, sDefaultFlags).loadBanner(this);
1139 public Drawable getActivityLogo(ComponentName activityName) argument
1141 return getActivityInfo(activityName, sDefaultFlags).loadLogo(this);
1235 public Resources getResourcesForActivity(ComponentName activityName) argument
1238 getActivityInfo(activityName, sDefaultFlags).applicationInfo);
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java4280 * @param activityName Name of the activity whose icon is to be retrieved.
4289 public abstract Drawable getActivityIcon(ComponentName activityName) argument
4318 * @param activityName Name of the activity whose banner is to be retrieved.
4325 public abstract Drawable getActivityBanner(ComponentName activityName) argument
4419 * @param activityName Name of the activity whose logo is to be retrieved.
4426 public abstract Drawable getActivityLogo(ComponentName activityName) argument
4651 * @param activityName Name of the activity whose resources are to be
4660 public abstract Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/tools/aapt/
H A DCommand.cpp1039 String8 activityName; local
1075 String8 aName(getComponentName(pkg, activityName));
1609 activityName = AaptXml::getAttribute(tree, NAME_ATTR, &error);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3857 String activityName = targetActivityInfo.name;
3861 String.format(tmpl, activityName, pkgName, mAccountType));
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java17640 final ComponentName activityName = new ComponentName(info.packageName, info.name);
17641 set[i] = activityName;
17642 if (!found && activityName.equals(comp)) {

Completed in 3231 milliseconds