Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java290 for (UpdateEventListener listener : linkedCopyOfList(sUpdateEventListeners)) { in maybeCancelUpdateAndReturnIfStillRunning()
479 for (UpdateEventListener listener : linkedCopyOfList(sUpdateEventListeners)) { in publishUpdateMetadataCompleted()
500 for (UpdateEventListener listener : linkedCopyOfList(sUpdateEventListeners)) { in publishUpdateWordListCompleted()
511 for (UpdateEventListener listener : linkedCopyOfList(sUpdateEventListeners)) { in publishUpdateCycleCompletedEvent()
562 private static <T> List<T> linkedCopyOfList(final List<T> src) { in linkedCopyOfList() method in UpdateHandler