Searched refs:uiEventValueBuilder (Results 1 – 1 of 1) sorted by relevance
1981 StringBuilder uiEventValueBuilder = new StringBuilder(); in logStateToEventlog() local1982 uiEventValueBuilder.append(isBouncerShowing ? "BOUNCER" : "LOCKSCREEN"); in logStateToEventlog()1983 uiEventValueBuilder.append(isShowing ? "_OPEN" : "_CLOSE"); in logStateToEventlog()1984 uiEventValueBuilder.append(isSecure ? "_SECURE" : "_INSECURE"); in logStateToEventlog()1985 sUiEventLogger.log(StatusBarUiEvent.valueOf(uiEventValueBuilder.toString())); in logStateToEventlog()