Searched refs:mFastbootListeners (Results 1 – 1 of 1) sorted by relevance
129 private Set<IFastbootListener> mFastbootListeners; field in DeviceManager274 mFastbootListeners = Collections.synchronizedSet(new HashSet<IFastbootListener>()); in init()283 mFastbootListeners = null; in init()1425 mFastbootListeners.add(listener); in addFastbootListener()1438 mFastbootListeners.remove(listener); in removeFastbootListener()1496 if (!mFastbootListeners.isEmpty()) { in run()1499 new ArrayList<IFastbootListener>(mFastbootListeners.size()); in run()1500 listenersCopy.addAll(mFastbootListeners); in run()