Home
last modified time | relevance | path

Searched refs:startUserPickerOnDisplay (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardOverlayViewMediator.java66 mCarActivityManager.startUserPickerOnDisplay(mContext.getDisplayId()); in registerListeners()
/packages/services/Car/car-lib/src/android/car/app/
DICarActivityService.aidl67 void startUserPickerOnDisplay(int displayId) = 7; in startUserPickerOnDisplay() method
DCarActivityManager.java320 public void startUserPickerOnDisplay(int displayId) { in startUserPickerOnDisplay() method in CarActivityManager
322 mService.startUserPickerOnDisplay(displayId); in startUserPickerOnDisplay()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DQCUserPickerButtonController.java119 mCarActivityManager.startUserPickerOnDisplay(getContext().getDisplayId()); in openUserPicker()
DQCLogoutButtonController.java212 mCarActivityManager.startUserPickerOnDisplay(getContext().getDisplayId()); in openUserPicker()
/packages/services/Car/tools/GenericCarApiBuilder/scripts/api-coverage/
Dapis-without-coverage.txt5 android.car.app.CarActivityManager#startUserPickerOnDisplay(int)
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DQCUserPickerButtonControllerTest.java116 verify(mCarActivityManager).startUserPickerOnDisplay(eq(displayId)); in onUserButtonClicked_startUserPickerActivity()
/packages/services/Car/service/src/com/android/car/am/
DCarActivityService.java402 public void startUserPickerOnDisplay(int displayId) { in startUserPickerOnDisplay() method in CarActivityService
412 CarServiceUtils.startUserPickerOnDisplay(mContext, displayId, userPickerName); in startUserPickerOnDisplay()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java245 mCarActivityManager.startUserPickerOnDisplay(mContext.getDisplayId()); in onInit()
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DLauncherActivity.java335 am.startUserPickerOnDisplay(myDisplayId); in launchOtherUiForInvalidUser()
/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java804 public static boolean startUserPickerOnDisplay(Context context, in startUserPickerOnDisplay() method in CarServiceUtils
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java2486 .startUserPickerOnDisplay(displayId); in startUserPicker()
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt436 …ssion(android.Manifest.permission.INTERACT_ACROSS_USERS) public void startUserPickerOnDisplay(int);
/packages/services/Car/car-lib/api/
Dsystem-current.txt436 …ssion(android.Manifest.permission.INTERACT_ACROSS_USERS) public void startUserPickerOnDisplay(int);
Dtest-current.txt507 …ssion(android.Manifest.permission.INTERACT_ACROSS_USERS) public void startUserPickerOnDisplay(int);
Dsystem-lint-baseline.txt1584 UnflaggedApi: android.car.app.CarActivityManager#startUserPickerOnDisplay(int):
1585 …e flagged with @FlaggedApi: method android.car.app.CarActivityManager.startUserPickerOnDisplay(int)