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.java292 assertTrue(mCarUserService.getBackgroundUsersToRestart().isEmpty()); in testBackgroundUserList()
296 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUserList()
302 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUserList()
308 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUserList()
314 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUserList()
320 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUserList()
346 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUsersStartStopKeepBackgroundUserList()
355 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUsersStartStopKeepBackgroundUserList()
363 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUsersStartStopKeepBackgroundUserList()
366 mCarUserService.getBackgroundUsersToRestart().toArray()); in testBackgroundUsersStartStopKeepBackgroundUserList()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java339 protected ArrayList<Integer> getBackgroundUsersToRestart() { in getBackgroundUsersToRestart() method in CarUserService