Searched refs:isOverlay (Results 1 – 4 of 4) sorted by relevance
124 public boolean isOverlay; field in Partner.ResourceEntry126 ResourceEntry(Resources resources, int id, boolean isOverlay) { in ResourceEntry() argument129 this.isOverlay = isOverlay; in ResourceEntry()
133 assertTrue("Partner value should come from overlay", entry.isOverlay); in testLoadPartnerValue()175 assertFalse("Partner value should come from fallback", entry.isOverlay); in testLoadDefaultValue()187 assertFalse("Partner value should come from fallback", entry.isOverlay); in testNotDirectBootAware()
94 bool isOverlay() { in isOverlay() function
141 printf(" Overlay: %s\n", obb->isOverlay() ? "true" : "false"); in doInfo()