Searched refs:disabledChangeId (Results 1 – 2 of 2) sorted by relevance
177 final long disabledChangeId = 1234L; in testGetLoggableChanges() local182 .addDisabledChangeWithId(disabledChangeId) in testGetLoggableChanges()250 final long disabledChangeId = 1234L; in testIsChangeEnabledForInvalidApp() local255 .addDisabledChangeWithId(disabledChangeId) in testIsChangeEnabledForInvalidApp()260 assertThat(compatConfig.isChangeEnabled(disabledChangeId, null)).isFalse(); in testIsChangeEnabledForInvalidApp()412 final long disabledChangeId = 1234L; in testCanAddOverridesForUnknownChangeIdOnDebugBuild() local416 .addDisabledChangeWithId(disabledChangeId) in testCanAddOverridesForUnknownChangeIdOnDebugBuild()428 overrides.put(disabledChangeId, new PackageOverride.Builder().setEnabled(true).build()); in testCanAddOverridesForUnknownChangeIdOnDebugBuild()436 assertThat(compatConfig.isChangeEnabled(disabledChangeId, applicationInfo)).isTrue(); in testCanAddOverridesForUnknownChangeIdOnDebugBuild()
847 long deprecationChangeId, long disabledChangeId, in ForegroundServiceTypePolicyInfo() argument855 mDisabledChangeId = disabledChangeId; in ForegroundServiceTypePolicyInfo()