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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java39 public class ActivityInfo extends ComponentInfo class in inherits:ComponentInfo,Parcelable
454 * only relevant for ActivityInfo structures that are describing receiver
771 * different from ActivityInfo. :( Here are the values we should use for the
772 * native side given the bit we have assigned in ActivityInfo.
832 ? (configChanges | ActivityInfo.CONFIG_SCREEN_SIZE
833 | ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE)
930 public ActivityInfo() { method in class:ActivityInfo
933 public ActivityInfo(ActivityInfo orig) { method in class:ActivityInfo
1128 return "ActivityInfo{"
1202 private ActivityInfo(Parcel source) { method in class:ActivityInfo
[all...]

Completed in 142 milliseconds