Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DRoutingOptionManager.java344 addOrUpdateTableItems(SE_PREFIX_SIM, mOffHostRouteUicc); in createLookUpTable()
345 addOrUpdateTableItems(SE_PREFIX_ESE, mOffHostRouteEse); in createLookUpTable()
461 private void addOrUpdateTableItems(String prefix, byte[] routes) { in addOrUpdateTableItems() method in RoutingOptionManager