public class EventLogConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SYSUI_LOCKSCREEN_GESTURE_SWIPE_CAMERA
The user swiped inward on the camera icon, launching the camera.
|
static int |
SYSUI_LOCKSCREEN_GESTURE_SWIPE_DIALER
The user swiped inward on the dialer icon, launching the dialer.
|
static int |
SYSUI_LOCKSCREEN_GESTURE_SWIPE_DOWN_FULL_SHADE
The user swiped down on the lockscreen, going to the full shade.
|
static int |
SYSUI_LOCKSCREEN_GESTURE_SWIPE_DOWN_QS
The user swiped down to open quick settings, from keyguard.
|
static int |
SYSUI_LOCKSCREEN_GESTURE_SWIPE_UP_UNLOCK
The user swiped up on the lockscreen, unlocking the device.
|
static int |
SYSUI_LOCKSCREEN_GESTURE_TAP_LOCK
The user tapped the lock, locking the device.
|
static int |
SYSUI_LOCKSCREEN_GESTURE_TAP_NOTIFICATION_ACTIVATE
The user tapped a notification, needs to tap again to launch.
|
static int |
SYSUI_LOCKSCREEN_GESTURE_TAP_UNLOCK_HINT
The user tapped in an empty area, causing the unlock hint to be shown.
|
static int |
SYSUI_RECENTS_CONNECTION_SYSTEM_REGISTER_USER
System sysui registers secondary user's callbacks
|
static int |
SYSUI_RECENTS_CONNECTION_SYSTEM_UNREGISTER_USER
System sysui unregisters secondary user's callbacks (after death)
|
static int |
SYSUI_RECENTS_CONNECTION_USER_BIND_SERVICE
Secondary user tries binding to the system sysui service
|
static int |
SYSUI_RECENTS_CONNECTION_USER_SYSTEM_BOUND
Secondary user is bound to the system sysui service
|
static int |
SYSUI_RECENTS_CONNECTION_USER_SYSTEM_UNBOUND
Secondary user loses connection after system sysui has died
|
static int |
SYSUI_SHADE_GESTURE_SWIPE_DOWN_QS
The user swiped down to open quick settings, from shade.
|
static int |
SYSUI_TAP_TO_OPEN_QS
The user tapped on the status bar to open quick settings, from shade.
|
Constructor and Description |
---|
EventLogConstants() |
public static final int SYSUI_LOCKSCREEN_GESTURE_SWIPE_UP_UNLOCK
public static final int SYSUI_LOCKSCREEN_GESTURE_SWIPE_DOWN_FULL_SHADE
public static final int SYSUI_LOCKSCREEN_GESTURE_TAP_UNLOCK_HINT
public static final int SYSUI_LOCKSCREEN_GESTURE_SWIPE_CAMERA
public static final int SYSUI_LOCKSCREEN_GESTURE_SWIPE_DIALER
public static final int SYSUI_LOCKSCREEN_GESTURE_TAP_LOCK
public static final int SYSUI_LOCKSCREEN_GESTURE_TAP_NOTIFICATION_ACTIVATE
public static final int SYSUI_LOCKSCREEN_GESTURE_SWIPE_DOWN_QS
public static final int SYSUI_SHADE_GESTURE_SWIPE_DOWN_QS
public static final int SYSUI_TAP_TO_OPEN_QS
public static final int SYSUI_RECENTS_CONNECTION_USER_BIND_SERVICE
public static final int SYSUI_RECENTS_CONNECTION_USER_SYSTEM_BOUND
public static final int SYSUI_RECENTS_CONNECTION_USER_SYSTEM_UNBOUND
public static final int SYSUI_RECENTS_CONNECTION_SYSTEM_REGISTER_USER
public static final int SYSUI_RECENTS_CONNECTION_SYSTEM_UNREGISTER_USER