Searched refs:ACTION_SESSION_CANCEL (Results 1 – 2 of 2) sorted by relevance
29 import static com.android.internal.jank.InteractionJankMonitor.ACTION_SESSION_CANCEL;404 notifyCujEvent(ACTION_SESSION_CANCEL, reason); in cancel()
109 public static final String ACTION_SESSION_CANCEL = ACTION_PREFIX + ".ACTION_SESSION_CANCEL"; field in InteractionJankMonitor294 final boolean badCancel = action.equals(ACTION_SESSION_CANCEL) in needRemoveTasks()