Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLogEventChecker.java83 if (mLogExclusionRule == null || !mLogExclusionRule.shouldExclude(split[1])) { in finishSync()
188 boolean shouldExclude(String event); in shouldExclude() method