Searched refs:configureSystemOverlay (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayManagerServiceImplRebootTests.java | 72 configureSystemOverlay(OVERLAY, ConfigState.IMMUTABLE_DISABLED, 0 /* priority */); in testImmutableEnabledChange() 79 configureSystemOverlay(OVERLAY, ConfigState.IMMUTABLE_ENABLED, 0 /* priority */); in testImmutableEnabledChange() 86 configureSystemOverlay(OVERLAY, ConfigState.IMMUTABLE_DISABLED, 0 /* priority */); in testImmutableEnabledChange() 99 configureSystemOverlay(OVERLAY, ConfigState.MUTABLE_DISABLED, 0 /* priority */); in testMutableEnabledChangeHasNoEffect() 110 configureSystemOverlay(OVERLAY, ConfigState.MUTABLE_ENABLED, 0 /* priority */); in testMutableEnabledChangeHasNoEffect() 117 configureSystemOverlay(OVERLAY, ConfigState.MUTABLE_DISABLED, 0 /* priority */); in testMutableEnabledChangeHasNoEffect() 135 configureSystemOverlay(OVERLAY, state, 0 /* priority */); in testMutableEnabledToImmutableEnabled() 180 configureSystemOverlay(OVERLAY, ConfigState.MUTABLE_DISABLED, 0 /* priority */); in testMutablePriorityChange() 181 configureSystemOverlay(OVERLAY2, ConfigState.MUTABLE_DISABLED, 1 /* priority */); in testMutablePriorityChange() 203 configureSystemOverlay(OVERLAY, ConfigState.MUTABLE_DISABLED, 1 /* priority */); in testMutablePriorityChange() [all …]
|
H A D | OverlayManagerServiceImplTestsBase.java | 149 void configureSystemOverlay(@NonNull String packageName, @NonNull ConfigState state, in configureSystemOverlay() method in OverlayManagerServiceImplTestsBase
|