Searched refs:Booleans (Results 1 – 3 of 3) sorted by relevance
59 private static class Booleans { class in PackageStateImpl244 return getBoolean(Booleans.ODM); in isOdm()249 return getBoolean(Booleans.OEM); in isOem()254 return getBoolean(Booleans.PRIVILEGED); in isPrivileged()259 return getBoolean(Booleans.PRODUCT); in isProduct()269 return getBoolean(Booleans.SYSTEM); in isSystem()274 return getBoolean(Booleans.SYSTEM_EXT); in isSystemExt()294 return getBoolean(Booleans.VENDOR); in isVendor()322 private static class Booleans { class in PackageStateImpl.UserStateImpl410 return getBoolean(Booleans.HIDDEN); in isHidden()[all …]
1603 return getBoolean(Booleans.ENABLED); in isEnabled()1628 return getBoolean(Booleans.GAME); in isGame()1678 return getBoolean(Booleans.OVERLAY); in isResourceOverlay()3439 return getBoolean(Booleans.SYSTEM);3464 return getBoolean(Booleans.OEM);3469 return getBoolean(Booleans.VENDOR);3479 return getBoolean(Booleans.ODM);3509 setBoolean(Booleans.SYSTEM, value);3539 setBoolean(Booleans.OEM, value);3557 setBoolean(Booleans.ODM, value);[all …]
34 // Booleans default to false when not specified. File reconstruction fails