Searched refs:newControlTarget (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.launcher3.logging.LoggerUtils.newControlTarget;260 newControlTarget(controlType), in logActionOnControl()408 Target target = newControlTarget(isButton ? LauncherLogProto.ControlType.BACK_BUTTON : in logActionBack()
220 public static Target newControlTarget(int controlType) { in newControlTarget() method in LoggerUtils