Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc0942db authored by Piotr Karzelek's avatar Piotr Karzelek
Browse files

replacing usages of the deprecated Bedstead annotations with the new equivalents

Test: atest SettingsProviderMultiUsersTest
Flag: TEST_ONLY
Bug: 336991736
Change-Id: Iac209688362079908be93f2cdd3aea10b0735ccd
parent 9339e769
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@ import android.support.test.uiautomator.UiDevice;

import androidx.test.platform.app.InstrumentationRegistry;

import com.android.bedstead.enterprise.annotations.EnsureHasNoWorkProfile;
import com.android.bedstead.enterprise.annotations.EnsureHasWorkProfile;
import com.android.bedstead.harrier.BedsteadJUnit4;
import com.android.bedstead.harrier.DeviceState;
import com.android.bedstead.harrier.annotations.EnsureHasNoWorkProfile;
import com.android.bedstead.harrier.annotations.EnsureHasSecondaryUser;
import com.android.bedstead.harrier.annotations.EnsureHasWorkProfile;
import com.android.bedstead.harrier.annotations.RequireFeature;
import com.android.bedstead.harrier.annotations.RequireRunOnInitialUser;
import com.android.bedstead.harrier.annotations.RequireRunOnPrimaryUser;