Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java215 private @interface UxStateType{} annotation in WatchdogPerfHandler
289 private @UxStateType int mCurrentUxState = UX_STATE_NO_DISTRACTION;
2928 private static String toUxStateString(@UxStateType int uxState) { in toUxStateString()
2941 private static int toProtoUxState(@UxStateType int uxState) { in toProtoUxState()