Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java904 private final boolean mShouldNotify; field in InteractionJankMonitor.Session
910 mShouldNotify = SystemProperties.getBoolean(PROP_NOTIFY_CUJ_EVENT, false); in Session()
953 return mShouldNotify; in shouldNotify()