Move display test package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I88978ab800e845eda6c937bf890016d53928d4fd
This commit is contained in:
@@ -33,7 +33,7 @@ import static android.provider.Settings.System.SCREEN_OFF_TIMEOUT;
|
||||
import static com.google.common.truth.Truth.assertThat;
|
||||
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||
public class TimeoutPreferenceControllerTest {
|
||||
private static final int TIMEOUT = 30;
|
||||
@Mock(answer = Answers.RETURNS_DEEP_STUBS)
|
||||
|
Reference in New Issue
Block a user