Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/garagemode/
DGarageModeTest.java133 when(mCarUserService.startAllBackgroundUsersInGarageMode()) in test_backgroundUsersStopedOnGarageModeCancel()
141 verify(mCarUserService, timeout(DEFAULT_TIMEOUT_MS)).startAllBackgroundUsersInGarageMode(); in test_backgroundUsersStopedOnGarageModeCancel()
149 verify(mCarUserService).startAllBackgroundUsersInGarageMode(); in test_backgroundUsersStopedOnGarageModeCancel()
157 when(mCarUserService.startAllBackgroundUsersInGarageMode()) in test_backgroundUsersStopedOnGarageModeCancel_beforeStartingBgUsers()
180 when(mCarUserService.startAllBackgroundUsersInGarageMode()) in test_backgroundUsersStoppedOnGarageModeFinish()
189 verify(mCarUserService, timeout(DEFAULT_TIMEOUT_MS)).startAllBackgroundUsersInGarageMode(); in test_backgroundUsersStoppedOnGarageModeFinish()
257 }).when(mCarUserService).startAllBackgroundUsersInGarageMode(); in mockCarUserServiceStartUsersCall()
DGarageModeControllerTest.java122 .startAllBackgroundUsersInGarageMode(); in setUp()
/packages/services/Car/service/src/com/android/car/garagemode/
DGarageMode.java369 .startAllBackgroundUsersInGarageMode(); in enterGarageMode()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java2202 public ArrayList<Integer> startAllBackgroundUsersInGarageMode() { in startAllBackgroundUsersInGarageMode() method in CarUserService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java775 assertThat(mCarUserService.startAllBackgroundUsersInGarageMode()).containsExactly(user2); in testBackgroundUsersStartStopKeepBackgroundUserList()