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.java461 public Drawable getActivityIcon(ComponentName activityName) argument
477 public Drawable getActivityBanner(ComponentName activityName) argument
508 public Drawable getActivityLogo(ComponentName activityName) throws NameNotFoundException { argument
581 public Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java433 public Drawable getActivityIcon(ComponentName activityName) throws NameNotFoundException { argument
443 public Drawable getActivityBanner(ComponentName activityName) throws NameNotFoundException { argument
478 public Drawable getActivityLogo(ComponentName activityName) throws NameNotFoundException { argument
545 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.java1077 @Override public Drawable getActivityIcon(ComponentName activityName) argument
1079 return getActivityInfo(activityName, sDefaultFlags).loadIcon(this);
1112 public Drawable getActivityBanner(ComponentName activityName) argument
1114 return getActivityInfo(activityName, sDefaultFlags).loadBanner(this);
1145 public Drawable getActivityLogo(ComponentName activityName) argument
1147 return getActivityInfo(activityName, sDefaultFlags).loadLogo(this);
1241 public Resources getResourcesForActivity(ComponentName activityName) argument
1244 getActivityInfo(activityName, sDefaultFlags).applicationInfo);
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java4304 * @param activityName Name of the activity whose icon is to be retrieved.
4313 public abstract Drawable getActivityIcon(ComponentName activityName) argument
4342 * @param activityName Name of the activity whose banner is to be retrieved.
4349 public abstract Drawable getActivityBanner(ComponentName activityName) argument
4443 * @param activityName Name of the activity whose logo is to be retrieved.
4450 public abstract Drawable getActivityLogo(ComponentName activityName) argument
4675 * @param activityName Name of the activity whose resources are to be
4684 public abstract Resources getResourcesForActivity(ComponentName activityName) argument
/frameworks/base/tools/aapt/
H A DCommand.cpp1064 String8 activityName; local
1100 String8 aName(getComponentName(pkg, activityName));
1634 activityName = AaptXml::getAttribute(tree, NAME_ATTR, &error);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java4199 String activityName = targetActivityInfo.name;
4203 String.format(tmpl, activityName, pkgName, mAccountType));
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java17858 final ComponentName activityName = new ComponentName(info.packageName, info.name);
17859 set[i] = activityName;
17860 if (!found && activityName.equals(comp)) {

Completed in 400 milliseconds