Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/viewcapture_analysis/
DAnomalyDetector.java37 protected static class IgnoreNode { class in AnomalyDetector
39 public final Map<String, IgnoreNode> children = new HashMap<>();
43 protected static IgnoreNode buildIgnoreNodesTree(Iterable<String> pathsToIgnore) { in buildIgnoreNodesTree()
44 final IgnoreNode root = new IgnoreNode(); in buildIgnoreNodesTree()
47 IgnoreNode currentIgnoreNode = root; in buildIgnoreNodesTree()
50 IgnoreNode child = currentIgnoreNode.children.get(part); in buildIgnoreNodesTree()
52 currentIgnoreNode.children.put(part, child = new IgnoreNode()); in buildIgnoreNodesTree()
DPositionJumpDetector.java39 private static final IgnoreNode IGNORED_NODES_ROOT = buildIgnoreNodesTree(List.of(
63 public IgnoreNode ignoreNode;
86 final IgnoreNode parentIgnoreNode = info.parent != null in initializeNode()
DFlashDetector.java39 private static final IgnoreNode IGNORED_NODES_ROOT = buildIgnoreNodesTree(List.of(
82 public IgnoreNode ignoreNode;
105 final IgnoreNode parentIgnoreNode = info.parent != null in initializeNode()
DAlphaJumpDetector.java34 private static final IgnoreNode IGNORED_NODES_ROOT = buildIgnoreNodesTree(List.of(
128 public IgnoreNode ignoreNode;
151 final IgnoreNode parentIgnoreNode = info.parent != null in initializeNode()