Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java493 assertTrue(mCarUserService.getBackgroundUsersToRestart().isEmpty()); in testBackgroundUserList()
497 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUserList()
502 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUserList()
507 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUserList()
512 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUserList()
517 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUserList()
547 assertThat(mCarUserService.getBackgroundUsersToRestart()).containsExactly(user2, user3); in testBackgroundUsersStartStopKeepBackgroundUserList()
553 assertThat(mCarUserService.getBackgroundUsersToRestart()).containsExactly(user2, user3); in testBackgroundUsersStartStopKeepBackgroundUserList()
560 assertThat(mCarUserService.getBackgroundUsersToRestart()).containsExactly(user2, user3); in testBackgroundUsersStartStopKeepBackgroundUserList()
561 assertThat(mCarUserService.getBackgroundUsersToRestart()).containsExactly(user2, user3); in testBackgroundUsersStartStopKeepBackgroundUserList()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java2239 ArrayList<Integer> getBackgroundUsersToRestart() { in getBackgroundUsersToRestart() method