Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DHostEmulationManager.java199 private Map<Integer, Map<String, List<ApduServiceInfo>>> mPollingLoopFilters; field in HostEmulationManager
335 mPollingLoopFilters = new HashMap<Integer, Map<String, List<ApduServiceInfo>>>(); in HostEmulationManager()
448 mPollingLoopFilters.put(Integer.valueOf(userId), pollingLoopFilters); in updatePollingLoopFilters()
607 mPollingLoopFilters.get(ActivityManager.getCurrentUser()).get(dataStr); in onPollingLoopDetected()
1892 return mPollingLoopFilters; in getPollingLoopFilters()