Searched refs:startAllBackgroundUsersInGarageMode (Results 1 – 5 of 5) sorted by relevance
102 when(mCarUserService.startAllBackgroundUsersInGarageMode()) in test_backgroundUsersStopedOnGarageModeCancel()113 verify(mCarUserService).startAllBackgroundUsersInGarageMode(); in test_backgroundUsersStopedOnGarageModeCancel()185 }).when(mCarUserService).startAllBackgroundUsersInGarageMode(); in mockCarUserServiceStartUsersCall()
128 .startAllBackgroundUsersInGarageMode(); in setUp()
141 .startAllBackgroundUsersInGarageMode();
2003 public ArrayList<Integer> startAllBackgroundUsersInGarageMode() { in startAllBackgroundUsersInGarageMode() method
596 assertThat(mCarUserService.startAllBackgroundUsersInGarageMode()).containsExactly(user2); in testBackgroundUsersStartStopKeepBackgroundUserList()