Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java133 private Map<Integer, Map<String, List<ApduServiceInfo>>> mPollingLoopFilters; field in HostEmulationManager
219 mPollingLoopFilters = new HashMap<Integer, Map<String, List<ApduServiceInfo>>>(); in HostEmulationManager()
303 mPollingLoopFilters.put(Integer.valueOf(userId), pollingLoopFilters); in updatePollingLoopFilters()
442 mPollingLoopFilters.get(ActivityManager.getCurrentUser()).get(dataStr); in onPollingLoopDetected()
1310 return mPollingLoopFilters; in getPollingLoopFilters()