Searched refs:ALL_FEATURES (Results 1 – 1 of 1) sorted by relevance
64 private static final String ALL_FEATURES = field in DeqpTestRunnerTest1022 testOrientation("90", ALL_FEATURES); in testRun_orientationLandscape()1029 testOrientation("0", ALL_FEATURES); in testRun_orientationPortrait()1036 testOrientation("270", ALL_FEATURES); in testRun_orientationReverseLandscape()1043 testOrientation("180", ALL_FEATURES); in testRun_orientationReversePortrait()1050 testOrientation("unspecified", ALL_FEATURES); in testRun_orientationUnspecified()1456 EasyMock.expect(mockDevice.executeShellCommand("pm list features")).andReturn(ALL_FEATURES) in testRun_multipleInstances()1668 EasyMock.expect(mockDevice.executeShellCommand("pm list features")).andReturn(ALL_FEATURES) in testMultipleInstancesLossOfDeviceMidInstance()