Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java1831 int userDisplayId = getMainDisplayIdAssignedToUser(context, userManager); in getDisplayId() local
1833 Log.d(LOG_TAG, "getDisplayId(): returning user's display (" + userDisplayId + ")"); in getDisplayId()
1835 return userDisplayId; in getDisplayId()
DInstrumentation.java1225 int userDisplayId = userManager.getMainDisplayIdAssignedToUser(); in setDisplayIfNeeded() local
1228 + ", user=" + mInstrContext.getUser() + ", userDisplayId=" + userDisplayId); in setDisplayIfNeeded()
1230 if (userDisplayId == Display.INVALID_DISPLAY) { in setDisplayIfNeeded()
1237 event.setDisplayId(userDisplayId); in setDisplayIfNeeded()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3548 int userDisplayId = mUmInternal.getMainDisplayAssignedToUser(userId);
3549 if (displayId != userDisplayId) {
3552 userDisplayId, userId);
3554 displayId = userDisplayId;