HomeSort by relevance Sort by last modified time
    Searched defs:targetTypeId (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
IdmapEntries.java 24 byte targetTypeId() {
  /frameworks/base/cmds/idmap/
inspect.cpp 250 const uint32_t targetTypeId = static_cast<uint32_t>(data16);
251 print("DATA BLOCK", "target type", targetTypeId, "");
280 uint32_t resID = (packageId << 24) | (targetTypeId << 16) | (entryOffset + i);

Completed in 1351 milliseconds