Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DProgramList.java198 List<ProgramList.ListCallback> listCallbacksCopied; in apply() local
204 listCallbacksCopied = new ArrayList<>(mListCallbacks); in apply()
236 for (int cbIndex = 0; cbIndex < listCallbacksCopied.size(); cbIndex++) { in apply()
237 listCallbacksCopied.get(cbIndex).onItemRemoved(removedList.get(i)); in apply()
243 for (int cbIndex = 0; cbIndex < listCallbacksCopied.size(); cbIndex++) { in apply()
244 listCallbacksCopied.get(cbIndex).onItemChanged(changedId); in apply()