| 16 | package pxb.android; |
| 17 | |
| 18 | public interface ResConst { |
| 19 | int RES_STRING_POOL_TYPE = 0x0001; |
| 20 | int RES_TABLE_TYPE = 0x0002; |
| 21 | int RES_TABLE_PACKAGE_TYPE = 0x0200; |
| 22 | int RES_TABLE_TYPE_SPEC_TYPE = 0x0202; |
| 23 | int RES_TABLE_TYPE_TYPE = 0x0201; |
| 24 | |
| 25 | int RES_XML_TYPE = 0x0003; |
| 26 | int RES_XML_RESOURCE_MAP_TYPE = 0x0180; |
| 27 | int RES_XML_END_NAMESPACE_TYPE = 0x0101; |
| 28 | int RES_XML_END_ELEMENT_TYPE = 0x0103; |
| 29 | int RES_XML_START_NAMESPACE_TYPE = 0x0100; |
| 30 | int RES_XML_START_ELEMENT_TYPE = 0x0102; |
| 31 | int RES_XML_CDATA_TYPE = 0x0104; |
| 32 | |
| 33 | } |
nothing calls this directly
no outgoing calls
no test coverage detected