Home
last modified time | relevance | path

Searched refs:userDisplayId (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomation.java1716 int userDisplayId = getMainDisplayIdAssignedToUser(context, userManager); in getDisplayId() local
1718 Log.d(LOG_TAG, "getDisplayId(): returning user's display (" + userDisplayId + ")"); in getDisplayId()
1720 return userDisplayId; in getDisplayId()
H A DInstrumentation.java1155 int userDisplayId = userManager.getMainDisplayIdAssignedToUser(); in setDisplayIfNeeded() local
1158 + ", user=" + mInstrContext.getUser() + ", userDisplayId=" + userDisplayId); in setDisplayIfNeeded()
1160 if (userDisplayId == Display.INVALID_DISPLAY) { in setDisplayIfNeeded()
1167 event.setDisplayId(userDisplayId); in setDisplayIfNeeded()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3344 int userDisplayId = mUmInternal.getMainDisplayAssignedToUser(userId);
3345 if (displayId != userDisplayId) {
3348 userDisplayId, userId);
3350 displayId = userDisplayId;