Searched refs:myDisplayId (Results 1 – 2 of 2) sorted by relevance
296 int myDisplayId = getDisplay().getDisplayId(); in launchOtherUiForInvalidUser() local297 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()
36 int myDisplayId = ((CarSettingsApplication) context.getApplicationContext()) in onReceive() local39 context.updateDisplay(myDisplayId); in onReceive()