Home
last modified time | relevance | path

Searched defs:pollingLoopFilters (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java282 HashMap<String, List<ApduServiceInfo>> pollingLoopFilters = in updatePollingLoopFilters() local
303 mPollingLoopFilters.put(Integer.valueOf(userId), pollingLoopFilters); in updatePollingLoopFilters() local
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java252 Map<Integer, Map<String, List<ApduServiceInfo>>> pollingLoopFilters in testUpdatePollingLoopFilters() local