Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java129 private Set<IFastbootListener> mFastbootListeners; field in DeviceManager
274 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()