Home
last modified time | relevance | path

Searched refs:PROP_NOTIFY_CUJ_EVENT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/jank/
DInteractionJankMonitor.java128 public static final String PROP_NOTIFY_CUJ_EVENT = "debug.jank.notify_cuj_events"; field in InteractionJankMonitor
726 mShouldNotify = SystemProperties.getBoolean(PROP_NOTIFY_CUJ_EVENT, false); in Session()