Move deviceinfo test package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I8546a4503f84b169642f723e87f4a91cf4c99dd0
This commit is contained in:
jeffreyhuang
2017-11-28 13:06:39 -08:00
parent 6a68f306d7
commit ae2af2e895
21 changed files with 29 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ import static org.mockito.Matchers.anyInt;
import static org.mockito.Mockito.when;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
public class FeedbackPreferenceControllerTest {
@Mock
private Fragment mFragment;