Home
last modified time | relevance | path

Searched refs:StateKeeperRule (Results 1 – 7 of 7) sorted by relevance

/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DStateKeeperRuleTest.java52 assertThrows(NullPointerException.class, () -> new StateKeeperRule<Object>(null)); in testInvalidConstructor()
57 final StateKeeperRule<String> rule = new StateKeeperRule<>(mStateManager); in testRestoreOnSuccess()
70 final StateKeeperRule<String> rule = new StateKeeperRule<>(mStateManager); in testRestoreOnFailure()
85 final StateKeeperRule<String> rule = new StateKeeperRule<>(mStateManager); in testDoNotRestoreWhenNotChanged()
96 final StateKeeperRule<String> rule = new StateKeeperRule<>(mStateManager); in testDoNotRestoreOnFailure()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DStateKeeperRule.java34 public class StateKeeperRule<T> implements TestRule { class
43 public StateKeeperRule(@NonNull StateManager<T> stateManager) { in StateKeeperRule() method in StateKeeperRule
DDeviceConfigStateKeeperRule.java28 public class DeviceConfigStateKeeperRule extends StateKeeperRule<String> {
DSettingsStateKeeperRule.java28 public class SettingsStateKeeperRule extends StateKeeperRule<String> {
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java60 import com.android.compatibility.common.util.StateKeeperRule;
106 private final StateKeeperRule<String> mStructureEnabledKeeperRule = new StateKeeperRule<>(
108 private final StateKeeperRule<String> mScreenshotEnabledKeeperRule = new StateKeeperRule<>(
/cts/tests/tests/display/src/android/display/cts/
DVirtualDisplayTest.java72 import com.android.compatibility.common.util.StateKeeperRule;
144 public StateKeeperRule<DisplayStateManager.DisplayState> mDisplayManagerStateKeeper =
145 new StateKeeperRule<>(new DisplayStateManager(
DDisplayTest.java88 import com.android.compatibility.common.util.StateKeeperRule;
235 public StateKeeperRule<DisplayStateManager.DisplayState>
237 new StateKeeperRule<>(new DisplayStateManager(