Lines Matching refs:in
7 The public API description files live in the source tree, in
8 frameworks/base/api/. The tip-of-tree version is in "current.xml",
11 annotations like "@hide" in comments.
17 class), so while the output from dexdeps is similar in structure to the
29 through in large batches.
38 use "uses-library" directives to pull in external libraries. Since
72 (1) Class names are not in binary form
78 This could be a Creator class in the package android.os.Parcelable,
79 or Parcelable.Creator in the package android.os. We can guess based on
82 The API XML does specify each package in a <package> tag, so we should have
93 to non-public fields in the class.
115 there's no need to emit a method entry for gimmeFoo() in the subclasses.
138 The generic types are generally indistinguishable from classes in the
143 This often works, but falls apart in a few cases. For example:
158 details are not present in the XML. This particular case will be handled
159 as a covariant return type. When the generic type is in the parameter