Home
last modified time | relevance | path

Searched refs:startUserInForeground (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-builtin-lib/api/
Dsystem-lint-baseline.txt14 UserHandleName: android.car.builtin.app.ActivityManagerHelper#startUserInForeground(android.os.User…
15 …d taking UserHandle should be named `doFooAsUser` or `queryFooForUser`, was `startUserInForeground`
Dmodule-lib-current.txt46 method public static boolean startUserInForeground(int);
/packages/services/Car/car-builtin-lib/src/android/car/builtin/app/
DActivityManagerHelper.java96 public static boolean startUserInForeground(@UserIdInt int userId) { in startUserInForeground() method in ActivityManagerHelper
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DInitialUserSetterTest.java869 verify(() -> ActivityManagerHelper.startUserInForeground(UserHandle.USER_SYSTEM), never()); in testStartForegroundUser_headlessSystemUser()
1150 doReturn(toBeReturned).when(() -> ActivityManagerHelper.startUserInForeground(userId)); in expectAmStartFgUser()
/packages/services/Car/service/src/com/android/car/user/
DInitialUserSetter.java692 return ActivityManagerHelper.startUserInForeground(userId); in startForegroundUser()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt99 method TIRAMISU_0 boolean startUserInForeground(int userId);