Searched refs:APP_PACKAGE_ID (Results 1 – 2 of 2) sorted by relevance
7 import static org.robolectric.res.android.ResTable.APP_PACKAGE_ID;32 mLookupTable[APP_PACKAGE_ID] = APP_PACKAGE_ID; in DynamicRefTable()101 if (packageId == APP_PACKAGE_ID && !mAppAsLib) { in lookupResourceId()106 if (packageId == 0 || (packageId == APP_PACKAGE_ID && mAppAsLib)) { in lookupResourceId()
57 static final int APP_PACKAGE_ID = 0x7f; field in ResTable