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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java35 public class ActivityInfo extends ComponentInfo class in inherits:ComponentInfo,Parcelable
345 * only relevant for ActivityInfo structures that are describing receiver
637 * different from ActivityInfo. :( Here are the values we should use for the
638 * native side given the bit we have assigned in ActivityInfo.
697 ? (configChanges | ActivityInfo.CONFIG_SCREEN_SIZE
698 | ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE)
783 public ActivityInfo() { method in class:ActivityInfo
786 public ActivityInfo(ActivityInfo orig) { method in class:ActivityInfo
914 return "ActivityInfo{"
966 private ActivityInfo(Parcel source) { method in class:ActivityInfo
[all...]

Completed in 73 milliseconds