Searched refs:autoAdded (Results 1 – 1 of 1) sorted by relevance
70 private val autoAdded = ArraySet<String>() regex125 autoAdded.clear()188 return synchronized(autoAdded) {189 tile in autoAdded199 val tiles = synchronized(autoAdded) {200 if (autoAdded.add(tile)) {215 val tiles = synchronized(autoAdded) {216 if (autoAdded.remove(tile)) {241 synchronized(autoAdded) {242 autoAdded.clear()[all …]