Searched refs:userPoint (Results 1 – 1 of 1) sorted by relevance
670 String userPoint = parser.getAttributeValue(null, ATTR_USER_POINT); in readEventsLocked() local671 if (userPoint != null) { in readEventsLocked()672 builder.setUserBrightnessPoint(Boolean.parseBoolean(userPoint)); in readEventsLocked()