Home
last modified time | relevance | path

Searched refs:RUNNING_RANGE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java1105 final Range<Integer> RUNNING_RANGE = in testStopProfile_doesNotStopItsParent() local
1120 assertThat(mUserController.getStartedUserState(PARENT_ID).state).isIn(RUNNING_RANGE); in testStopProfile_doesNotStopItsParent()
1125 assertThat(mUserController.getStartedUserState(PARENT_ID).state).isIn(RUNNING_RANGE); in testStopProfile_doesNotStopItsParent()
1126 assertThat(mUserController.getStartedUserState(PROFILE_ID).state).isIn(RUNNING_RANGE); in testStopProfile_doesNotStopItsParent()
1131 assertThat(mUserController.getStartedUserState(PARENT_ID).state).isIn(RUNNING_RANGE); in testStopProfile_doesNotStopItsParent()
1132 assertThat(mUserController.getStartedUserState(PROFILE_ID).state).isIn(RUNNING_RANGE); in testStopProfile_doesNotStopItsParent()
1133 assertThat(mUserController.getStartedUserState(OTHER_ID).state).isIn(RUNNING_RANGE); in testStopProfile_doesNotStopItsParent()
1140 .isNotIn(RUNNING_RANGE); in testStopProfile_doesNotStopItsParent()
1142 assertThat(mUserController.getStartedUserState(PARENT_ID).state).isIn(RUNNING_RANGE); in testStopProfile_doesNotStopItsParent()