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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java29 public class ActivityInfo extends ComponentInfo class in inherits:ComponentInfo,Parcelable
370 * different from ActivityInfo. :( Here are the values we should use for the
371 * native side given the bit we have assigned in ActivityInfo.
410 ? (configChanges | ActivityInfo.CONFIG_SCREEN_SIZE
411 | ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE)
453 public ActivityInfo() { method in class:ActivityInfo
456 public ActivityInfo(ActivityInfo orig) { method in class:ActivityInfo
506 return "ActivityInfo{"
529 public static final Parcelable.Creator<ActivityInfo> CREATO
539 private ActivityInfo(Parcel source) { method in class:ActivityInfo
[all...]

Completed in 107 milliseconds