Searched refs:Booleans (Results 1 – 2 of 2) sorted by relevance
412 private long mBooleans = Booleans.ENABLED;419 protected static class Booleans { class in ParsingPackageImpl520 private ParsingPackageImpl setBoolean(@Booleans.Values long flag, boolean value) { in setBoolean()529 private boolean getBoolean(@Booleans.Values long flag) { in getBoolean()1041 appInfo.enabled = getBoolean(Booleans.ENABLED);1426 return getBoolean(Booleans.REQUIRED_FOR_ALL_USERS);1466 return getBoolean(Booleans.OVERLAY_IS_STATIC);1729 return getBoolean(Booleans.USE_32_BIT_ABI);1734 return getBoolean(Booleans.VISIBLE_TO_INSTANT_APPS);1739 return getBoolean(Booleans.FORCE_QUERYABLE);[all …]
133 private static class Booleans { class in PackageImpl164 private ParsedPackage setBoolean(@Booleans.Flags int flag, boolean value) { in setBoolean()173 private boolean getBoolean(@Booleans.Flags int flag) { in getBoolean()189 setBoolean(Booleans.CORE_APP, isCoreApp); in PackageImpl()500 return setBoolean(Booleans.CORE_APP, coreApp); in setCoreApp()590 return getBoolean(Booleans.STUB); in isStub()642 return getBoolean(Booleans.CORE_APP); in isCoreApp()647 return getBoolean(Booleans.SYSTEM); in isSystem()652 return getBoolean(Booleans.FACTORY_TEST); in isFactoryTest()657 return getBoolean(Booleans.SYSTEM_EXT); in isSystemExt()[all …]