Searched refs:linkedCopyOfList (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DUpdateHandler.java290 for (UpdateEventListener listener : linkedCopyOfList(sUpdateEventListeners)) {
475 for (UpdateEventListener listener : linkedCopyOfList(sUpdateEventListeners)) {
496 for (UpdateEventListener listener : linkedCopyOfList(sUpdateEventListeners)) {
507 for (UpdateEventListener listener : linkedCopyOfList(sUpdateEventListeners)) {
558 private static <T> List<T> linkedCopyOfList(final List<T> src) { method in class:UpdateHandler

Completed in 49 milliseconds