Searched refs:startUserInForeground (Results 1 – 5 of 5) 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);
154 boolean startUserInForeground(@UserIdInt int userId); in startUserInForeground() method210 (userId) -> ActivityManagerHelper.startUserInForeground(userId), in InitialUserSetter()763 return mActivityManagerHelper.startUserInForeground(userId); in startForegroundUser()
96 public static boolean startUserInForeground(@UserIdInt int userId) { in startUserInForeground() method in ActivityManagerHelper
953 verify(mActivityManagerHelper, never()).startUserInForeground(UserHandle.USER_SYSTEM); in testStartForegroundUser_headlessSystemUser()1241 when(mActivityManagerHelper.startUserInForeground(userId)).thenReturn(toBeReturned); in expectAmStartFgUser()