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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java34 public class ActivityInfo extends ComponentInfo class in inherits:ComponentInfo,Parcelable
283 * only relevant for ActivityInfo structures that are describing receiver
553 * different from ActivityInfo. :( Here are the values we should use for the
554 * native side given the bit we have assigned in ActivityInfo.
595 ? (configChanges | ActivityInfo.CONFIG_SCREEN_SIZE
596 | ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE)
644 public ActivityInfo() { method in class:ActivityInfo
647 public ActivityInfo(ActivityInfo orig) { method in class:ActivityInfo
709 return "ActivityInfo{"
745 private ActivityInfo(Parcel source) { method in class:ActivityInfo
[all...]

Completed in 42 milliseconds