Searched refs:userDisplayId (Results 1 – 3 of 3) sorted by relevance
1716 int userDisplayId = getMainDisplayIdAssignedToUser(context, userManager); in getDisplayId() local1718 Log.d(LOG_TAG, "getDisplayId(): returning user's display (" + userDisplayId + ")"); in getDisplayId()1720 return userDisplayId; in getDisplayId()
1155 int userDisplayId = userManager.getMainDisplayIdAssignedToUser(); in setDisplayIfNeeded() local1158 + ", user=" + mInstrContext.getUser() + ", userDisplayId=" + userDisplayId); in setDisplayIfNeeded()1160 if (userDisplayId == Display.INVALID_DISPLAY) { in setDisplayIfNeeded()1167 event.setDisplayId(userDisplayId); in setDisplayIfNeeded()
3344 int userDisplayId = mUmInternal.getMainDisplayAssignedToUser(userId);3345 if (displayId != userDisplayId) {3348 userDisplayId, userId);3350 displayId = userDisplayId;