Home
last modified time | relevance | path

Searched refs:myDisplayId (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DLauncherActivity.java296 int myDisplayId = getDisplay().getDisplayId(); in launchOtherUiForInvalidUser() local
297 int assignedUserId = occupantZoneManager.getUserForDisplayId(myDisplayId); in launchOtherUiForInvalidUser()
300 + myDisplayId); in launchOtherUiForInvalidUser()
306 OccupantZoneInfo zone = occupantZoneManager.getOccupantZoneForDisplayId(myDisplayId); in launchOtherUiForInvalidUser()
310 Log.i(TAG, "Not a passenger zone, don't start UserPicker: Display#:" + myDisplayId); in launchOtherUiForInvalidUser()
321 Log.w(TAG, "No assigned user for Display#" + myDisplayId); in launchOtherUiForInvalidUser()
324 Log.i(TAG, "User " + assignedUserId + " is unlocked for Display#" + myDisplayId in launchOtherUiForInvalidUser()
329 + ", Display#:" + myDisplayId); in launchOtherUiForInvalidUser()
335 am.startUserPickerOnDisplay(myDisplayId); in launchOtherUiForInvalidUser()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DDisabledQCToastBroadcastReceiver.java36 int myDisplayId = ((CarSettingsApplication) context.getApplicationContext()) in onReceive() local
39 context.updateDisplay(myDisplayId); in onReceive()