Searched refs:autoAdded (Results 1 – 1 of 1) sorted by relevance
70 private val autoAdded = ArraySet<String>() regex127 autoAdded.clear()193 return synchronized(autoAdded) {194 tile in autoAdded204 val tiles = synchronized(autoAdded) {205 if (autoAdded.add(tile)) {220 val tiles = synchronized(autoAdded) {221 if (autoAdded.remove(tile)) {246 synchronized(autoAdded) {247 autoAdded.clear()[all …]