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
288 * only relevant for ActivityInfo structures that are describing receiver
558 * different from ActivityInfo. :( Here are the values we should use for the
559 * native side given the bit we have assigned in ActivityInfo.
618 ? (configChanges | ActivityInfo.CONFIG_SCREEN_SIZE
619 | ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE)
705 public ActivityInfo() { method in class:ActivityInfo
708 public ActivityInfo(ActivityInfo orig) { method in class:ActivityInfo
775 return "ActivityInfo{"
814 private ActivityInfo(Parcel source) { method in class:ActivityInfo
[all...]

Completed in 2539 milliseconds