HomeSort by relevance Sort by last modified time
    Searched refs:EventLogConstants (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LockscreenGestureLogger.java 26 import com.android.systemui.EventLogConstants;
40 mLegacyMap = new ArrayMap<>(EventLogConstants.METRICS_GESTURE_TYPE_MAP.length);
41 for (int i = 0; i < EventLogConstants.METRICS_GESTURE_TYPE_MAP.length ; i++) {
42 mLegacyMap.put(EventLogConstants.METRICS_GESTURE_TYPE_MAP[i], i);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
EventLogConstants.java 24 public class EventLogConstants {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsSystemUser.java 27 import com.android.systemui.EventLogConstants;
66 EventLogConstants.SYSUI_RECENTS_CONNECTION_SYSTEM_UNREGISTER_USER,
72 EventLogConstants.SYSUI_RECENTS_CONNECTION_SYSTEM_REGISTER_USER, userId);
Recents.java 50 import com.android.systemui.EventLogConstants;
132 EventLogConstants.SYSUI_RECENTS_CONNECTION_USER_SYSTEM_UNBOUND,
153 EventLogConstants.SYSUI_RECENTS_CONNECTION_USER_SYSTEM_BOUND,
    [all...]

Completed in 165 milliseconds