Home
last modified time | relevance | path

Searched refs:startUserInForeground (Results 1 – 5 of 5) 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/service/src/com/android/car/user/
DInitialUserSetter.java154 boolean startUserInForeground(@UserIdInt int userId); in startUserInForeground() method
210 (userId) -> ActivityManagerHelper.startUserInForeground(userId), in InitialUserSetter()
763 return mActivityManagerHelper.startUserInForeground(userId); in startForegroundUser()
/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.java953 verify(mActivityManagerHelper, never()).startUserInForeground(UserHandle.USER_SYSTEM); in testStartForegroundUser_headlessSystemUser()
1241 when(mActivityManagerHelper.startUserInForeground(userId)).thenReturn(toBeReturned); in expectAmStartFgUser()