Searched refs:startUserInForeground (Results 1 – 6 of 6) sorted by relevance
14 UserHandleName: android.car.builtin.app.ActivityManagerHelper#startUserInForeground(android.os.User…15 …d taking UserHandle should be named `doFooAsUser` or `queryFooForUser`, was `startUserInForeground`
46 method public static boolean startUserInForeground(int);
96 public static boolean startUserInForeground(@UserIdInt int userId) { in startUserInForeground() method in ActivityManagerHelper
869 verify(() -> ActivityManagerHelper.startUserInForeground(UserHandle.USER_SYSTEM), never()); in testStartForegroundUser_headlessSystemUser()1150 doReturn(toBeReturned).when(() -> ActivityManagerHelper.startUserInForeground(userId)); in expectAmStartFgUser()
692 return ActivityManagerHelper.startUserInForeground(userId); in startForegroundUser()
99 method TIRAMISU_0 boolean startUserInForeground(int userId);