FileDocCategorySizeDatePackage
EventLogConstants.javaAPI DocAndroid 5.1 API1784Thu Mar 12 22:22:42 GMT 2015com.android.systemui

EventLogConstants

public class EventLogConstants extends Object
Constants to be passed as sysui_* eventlog parameters.

Fields Summary
public static final int
SYSUI_LOCKSCREEN_GESTURE_SWIPE_UP_UNLOCK
The user swiped up on the lockscreen, unlocking the device.
public static final int
SYSUI_LOCKSCREEN_GESTURE_SWIPE_DOWN_FULL_SHADE
The user swiped down on the lockscreen, going to the full shade.
public static final int
SYSUI_LOCKSCREEN_GESTURE_TAP_UNLOCK_HINT
The user tapped in an empty area, causing the unlock hint to be shown.
public static final int
SYSUI_LOCKSCREEN_GESTURE_SWIPE_CAMERA
The user swiped inward on the camera icon, launching the camera.
public static final int
SYSUI_LOCKSCREEN_GESTURE_SWIPE_DIALER
The user swiped inward on the dialer icon, launching the dialer.
public static final int
SYSUI_LOCKSCREEN_GESTURE_TAP_LOCK
The user tapped the lock, locking the device.
public static final int
SYSUI_LOCKSCREEN_GESTURE_TAP_NOTIFICATION_ACTIVATE
The user tapped a notification, needs to tap again to launch.
Constructors Summary
Methods Summary