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

Commit a319f8b3 authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Update test names in UserLifecycleTest.

Test: bit MultiUserPerfTests:android.multiuser.UserLifecycleTest
Change-Id: I49908f8da023a419b79124cc2f366f6d5e8a066d
parent 1c005d1e
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ public class UserLifecycleTest {
    }

    @Test
    public void createAndStartUserPerf() throws Exception {
    public void createAndStartUser() throws Exception {
        while (mRunner.keepRunning()) {
            final UserInfo userInfo = mUm.createUser("TestUser", 0);

@@ -111,7 +111,7 @@ public class UserLifecycleTest {
    }

    @Test
    public void switchUserPerf() throws Exception {
    public void switchUser() throws Exception {
        while (mRunner.keepRunning()) {
            mRunner.pauseTiming();
            final int startUser = mAm.getCurrentUser();
@@ -128,7 +128,7 @@ public class UserLifecycleTest {
    }

    @Test
    public void stopUserPerf() throws Exception {
    public void stopUser() throws Exception {
        while (mRunner.keepRunning()) {
            mRunner.pauseTiming();
            final UserInfo userInfo = mUm.createUser("TestUser", 0);
@@ -147,7 +147,7 @@ public class UserLifecycleTest {
    }

    @Test
    public void lockedBootCompletedPerf() throws Exception {
    public void lockedBootCompleted() throws Exception {
        while (mRunner.keepRunning()) {
            mRunner.pauseTiming();
            final int startUser = mAm.getCurrentUser();
@@ -167,7 +167,7 @@ public class UserLifecycleTest {
    }

    @Test
    public void managedProfileUnlockPerf() throws Exception {
    public void managedProfileUnlock() throws Exception {
        while (mRunner.keepRunning()) {
            mRunner.pauseTiming();
            final UserInfo userInfo = mUm.createProfileForUser("TestUser",
@@ -186,7 +186,7 @@ public class UserLifecycleTest {
    }

    @Test
    public void ephemeralUserStoppedPerf() throws Exception {
    public void ephemeralUserStopped() throws Exception {
        while (mRunner.keepRunning()) {
            mRunner.pauseTiming();
            final int startUser = mAm.getCurrentUser();
@@ -218,7 +218,7 @@ public class UserLifecycleTest {
    }

    @Test
    public void managedProfileStoppedPerf() throws Exception {
    public void managedProfileStopped() throws Exception {
        while (mRunner.keepRunning()) {
            mRunner.pauseTiming();
            final UserInfo userInfo = mUm.createProfileForUser("TestUser",