Searched refs:startUserPickerOnDisplay (Results 1 – 16 of 16) sorted by relevance
66 mCarActivityManager.startUserPickerOnDisplay(mContext.getDisplayId()); in registerListeners()
67 void startUserPickerOnDisplay(int displayId) = 7; in startUserPickerOnDisplay() method
320 public void startUserPickerOnDisplay(int displayId) { in startUserPickerOnDisplay() method in CarActivityManager322 mService.startUserPickerOnDisplay(displayId); in startUserPickerOnDisplay()
119 mCarActivityManager.startUserPickerOnDisplay(getContext().getDisplayId()); in openUserPicker()
212 mCarActivityManager.startUserPickerOnDisplay(getContext().getDisplayId()); in openUserPicker()
5 android.car.app.CarActivityManager#startUserPickerOnDisplay(int)
116 verify(mCarActivityManager).startUserPickerOnDisplay(eq(displayId)); in onUserButtonClicked_startUserPickerActivity()
402 public void startUserPickerOnDisplay(int displayId) { in startUserPickerOnDisplay() method in CarActivityService412 CarServiceUtils.startUserPickerOnDisplay(mContext, displayId, userPickerName); in startUserPickerOnDisplay()
245 mCarActivityManager.startUserPickerOnDisplay(mContext.getDisplayId()); in onInit()
335 am.startUserPickerOnDisplay(myDisplayId); in launchOtherUiForInvalidUser()
804 public static boolean startUserPickerOnDisplay(Context context, in startUserPickerOnDisplay() method in CarServiceUtils
2486 .startUserPickerOnDisplay(displayId); in startUserPicker()
436 …ssion(android.Manifest.permission.INTERACT_ACROSS_USERS) public void startUserPickerOnDisplay(int);
507 …ssion(android.Manifest.permission.INTERACT_ACROSS_USERS) public void startUserPickerOnDisplay(int);
1584 UnflaggedApi: android.car.app.CarActivityManager#startUserPickerOnDisplay(int):1585 …e flagged with @FlaggedApi: method android.car.app.CarActivityManager.startUserPickerOnDisplay(int)