Searched refs:EventLogConstants (Results 1 – 4 of 4) sorted by relevance
25 import com.android.systemui.EventLogConstants;44 mLegacyMap = new ArrayMap<>(EventLogConstants.METRICS_GESTURE_TYPE_MAP.length); in LockscreenGestureLogger()45 for (int i = 0; i < EventLogConstants.METRICS_GESTURE_TYPE_MAP.length ; i++) { in LockscreenGestureLogger()46 mLegacyMap.put(EventLogConstants.METRICS_GESTURE_TYPE_MAP[i], i); in LockscreenGestureLogger()
27 import com.android.systemui.EventLogConstants;66 EventLogConstants.SYSUI_RECENTS_CONNECTION_SYSTEM_UNREGISTER_USER, in registerNonSystemUserCallbacks()72 EventLogConstants.SYSUI_RECENTS_CONNECTION_SYSTEM_REGISTER_USER, userId); in registerNonSystemUserCallbacks()
45 import com.android.systemui.EventLogConstants;119 EventLogConstants.SYSUI_RECENTS_CONNECTION_USER_SYSTEM_UNBOUND,140 EventLogConstants.SYSUI_RECENTS_CONNECTION_USER_SYSTEM_BOUND,716 EventLogConstants.SYSUI_RECENTS_CONNECTION_USER_BIND_SERVICE, in postToSystemUser()
24 public class EventLogConstants { class