Home
last modified time | relevance | path

Searched defs:visited (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java97 Set<Long> visited = new HashSet<>(); in findConnectedComponents() local
109 Set<Long> visited, Long rawContactId, Set<Long> results) { in findConnectedComponentForRawContact()
/packages/experimental/TestBack/src/foo/bar/testback/
DTestBackService.java106 private void dumpTree(AccessibilityNodeInfo root, Set<AccessibilityNodeInfo> visited) { in dumpTree()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DImportTask.java76 int visited = 0; in run() local