Move fuelgauge test package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I8122a41132821a42c4ec8c5995a1a11833b686cd
This commit is contained in:
@@ -33,7 +33,7 @@ import static org.mockito.Mockito.when;
|
||||
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 PowerUsageFeatureProviderImplTest {
|
||||
private static final int UID_OTHER = Process.FIRST_APPLICATION_UID + 2;
|
||||
private static final int UID_CALENDAR = Process.FIRST_APPLICATION_UID + 3;
|
||||
|
||||
Reference in New Issue
Block a user