Loading tests/robotests/src/com/android/settings/accounts/AccountHeaderPreferenceControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ import org.robolectric.annotation.Implements; @RunWith(SettingsRobolectricTestRunner.class) @Config( manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION, sdk = TestConfig.SDK_VERSION_O, shadows = AccountHeaderPreferenceControllerTest.ShadowAuthenticatorHelper.class ) public class AccountHeaderPreferenceControllerTest { Loading tests/robotests/src/com/android/settings/accounts/AccountPreferenceControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ import static org.mockito.Mockito.verify; 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, shadows = {ShadowAccountManager.class, ShadowContentResolver.class}) public class AccountPreferenceControllerTest { Loading tests/robotests/src/com/android/settings/accounts/AccountPreferenceTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ import static org.mockito.Mockito.spy; import static org.mockito.Mockito.verify; @RunWith(SettingsRobolectricTestRunner.class) @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION) @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O) public class AccountPreferenceTest { private Context mContext; Loading tests/robotests/src/com/android/settings/accounts/AccountSyncPreferenceControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ import org.robolectric.annotation.Config; import org.robolectric.shadows.ShadowApplication; @RunWith(SettingsRobolectricTestRunner.class) @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION, @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O, shadows = {ShadowAccountManager.class, ShadowContentResolver.class}) public class AccountSyncPreferenceControllerTest { Loading tests/robotests/src/com/android/settings/accounts/AccountTypePreferenceLoaderTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ import static org.mockito.Mockito.verify; 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 AccountTypePreferenceLoaderTest { @Mock(answer = RETURNS_DEEP_STUBS) Loading Loading
tests/robotests/src/com/android/settings/accounts/AccountHeaderPreferenceControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ import org.robolectric.annotation.Implements; @RunWith(SettingsRobolectricTestRunner.class) @Config( manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION, sdk = TestConfig.SDK_VERSION_O, shadows = AccountHeaderPreferenceControllerTest.ShadowAuthenticatorHelper.class ) public class AccountHeaderPreferenceControllerTest { Loading
tests/robotests/src/com/android/settings/accounts/AccountPreferenceControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ import static org.mockito.Mockito.verify; 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, shadows = {ShadowAccountManager.class, ShadowContentResolver.class}) public class AccountPreferenceControllerTest { Loading
tests/robotests/src/com/android/settings/accounts/AccountPreferenceTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ import static org.mockito.Mockito.spy; import static org.mockito.Mockito.verify; @RunWith(SettingsRobolectricTestRunner.class) @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION) @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O) public class AccountPreferenceTest { private Context mContext; Loading
tests/robotests/src/com/android/settings/accounts/AccountSyncPreferenceControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ import org.robolectric.annotation.Config; import org.robolectric.shadows.ShadowApplication; @RunWith(SettingsRobolectricTestRunner.class) @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION, @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O, shadows = {ShadowAccountManager.class, ShadowContentResolver.class}) public class AccountSyncPreferenceControllerTest { Loading
tests/robotests/src/com/android/settings/accounts/AccountTypePreferenceLoaderTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ import static org.mockito.Mockito.verify; 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 AccountTypePreferenceLoaderTest { @Mock(answer = RETURNS_DEEP_STUBS) Loading