Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1981 StringBuilder uiEventValueBuilder = new StringBuilder(); in logStateToEventlog() local
1982 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()