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

  /packages/apps/Launcher3/src/com/android/launcher3/util/
LogConfig.java 19 public static final String USEREVENT = "UserEvent";
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
UserEventDispatcher.java 33 import com.android.launcher3.userevent.nano.LauncherLogProto.Action;
34 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType;
35 import com.android.launcher3.userevent.nano.LauncherLogProto.LauncherEvent;
36 import com.android.launcher3.userevent.nano.LauncherLogProto.Target;
55 * $ adb shell setprop log.tag.UserEvent VERBOSE
61 private static final String TAG = "UserEvent";
63 ProviderConfig.IS_DOGFOOD_BUILD && Utilities.isPropertyEnabled(LogConfig.USEREVENT);

Completed in 1220 milliseconds