Searched refs:userDisplayId (Results 1 – 3 of 3) sorted by relevance
1831 int userDisplayId = getMainDisplayIdAssignedToUser(context, userManager); in getDisplayId() local1833 Log.d(LOG_TAG, "getDisplayId(): returning user's display (" + userDisplayId + ")"); in getDisplayId()1835 return userDisplayId; in getDisplayId()
1225 int userDisplayId = userManager.getMainDisplayIdAssignedToUser(); in setDisplayIfNeeded() local1228 + ", user=" + mInstrContext.getUser() + ", userDisplayId=" + userDisplayId); in setDisplayIfNeeded()1230 if (userDisplayId == Display.INVALID_DISPLAY) { in setDisplayIfNeeded()1237 event.setDisplayId(userDisplayId); in setDisplayIfNeeded()
3548 int userDisplayId = mUmInternal.getMainDisplayAssignedToUser(userId);3549 if (displayId != userDisplayId) {3552 userDisplayId, userId);3554 displayId = userDisplayId;