Lines Matching refs:ID
74 // A package ID in the range [0x00, 0xff].
81 // The package ID of this package, in the range [0x00, 0xff].
82 // - ID 0x00 is reserved for shared libraries, or when the ID is assigned at run-time.
83 // - ID 0x01 is reserved for the 'android' package (framework).
84 // - ID range [0x02, 0x7f) is reserved for auto-assignment to shared libraries at run-time.
85 // - ID 0x7f is reserved for the application package.
87 // This may not be set if no ID was assigned.
97 // A type ID in the range [0x01, 0xff].
105 // The ID of the type. This may not be set if no ID was assigned.
202 // The staged resource ID definition of a finalized resource.
208 // An entry ID in the range [0x0000, 0xffff].
213 // An entry declaration. An entry has a full resource ID that is the combination of package ID,
214 // type ID, and its own entry ID. An entry on its own has no value, but values are defined for
217 // The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
218 // of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
219 // ID.
220 // This may not be set if no ID was assigned.
241 // The staged resource ID of this finalized resource.
303 // A value that is a reference to another resource. This reference can be by name or resource ID.
315 // The resource ID (0xPPTTEEEE) of the resource being referred. This is optional.
318 // The name of the resource being referred. This is optional if the resource ID is set.
335 // A value that represents an ID. This is just a placeholder, as ID values are used to occupy a
336 // resource ID (0xPPTTEEEE) as a unique identifier. Their value is unimportant.
425 // The name of the enum/flag as a reference. Enums/flag items are generated as ID resource
614 // The optional resource ID (0xPPTTEEEE) of the attribute.