Searched refs:startAllBackgroundUsersInGarageMode (Results 1 – 5 of 5) sorted by relevance
133 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()
122 .startAllBackgroundUsersInGarageMode(); in setUp()
369 .startAllBackgroundUsersInGarageMode(); in enterGarageMode()
2202 public ArrayList<Integer> startAllBackgroundUsersInGarageMode() { in startAllBackgroundUsersInGarageMode() method in CarUserService
775 assertThat(mCarUserService.startAllBackgroundUsersInGarageMode()).containsExactly(user2); in testBackgroundUsersStartStopKeepBackgroundUserList()