Home
last modified time | relevance | path

Searched refs:disabledChangeId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/compat/
DCompatConfigTest.java177 final long disabledChangeId = 1234L; in testGetLoggableChanges() local
182 .addDisabledChangeWithId(disabledChangeId) in testGetLoggableChanges()
250 final long disabledChangeId = 1234L; in testIsChangeEnabledForInvalidApp() local
255 .addDisabledChangeWithId(disabledChangeId) in testIsChangeEnabledForInvalidApp()
260 assertThat(compatConfig.isChangeEnabled(disabledChangeId, null)).isFalse(); in testIsChangeEnabledForInvalidApp()
412 final long disabledChangeId = 1234L; in testCanAddOverridesForUnknownChangeIdOnDebugBuild() local
416 .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()
/frameworks/base/core/java/android/app/
DForegroundServiceTypePolicy.java847 long deprecationChangeId, long disabledChangeId, in ForegroundServiceTypePolicyInfo() argument
855 mDisabledChangeId = disabledChangeId; in ForegroundServiceTypePolicyInfo()