Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DRoutingOptionManager.java194 writeRoutingOption(KEY_DEFAULT_ROUTE, getSecureElementForRoute(mDefaultRoute)); in overwriteRoutingTable()
208 KEY_DEFAULT_ISO_DEP_ROUTE, getSecureElementForRoute(mDefaultIsoDepRoute)); in overwriteRoutingTable()
222 KEY_DEFAULT_OFFHOST_ROUTE, getSecureElementForRoute(mDefaultOffHostRoute)); in overwriteRoutingTable()
235 KEY_DEFAULT_SC_ROUTE, getSecureElementForRoute(mDefaultScRoute)); in overwriteRoutingTable()
436 public String getSecureElementForRoute(int route) { in getSecureElementForRoute() method in RoutingOptionManager
452 if (getSecureElementForRoute(route).startsWith(SE_PREFIX_SIM)) { in getAlternativeRouteIfSimIsInvalid()
DCardEmulationManager.java758 String se = mRoutingOptionManager.getSecureElementForRoute(getter.get()); in updateRouteToPreferredSim()
1299 .map(route->mRoutingOptionManager.getSecureElementForRoute(route)) in getRoutingStatus()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DRoutingTableParser.java342 RoutingOptionManager.getInstance().getSecureElementForRoute(info.mNfceeId))); in getRoutingTableEntryList()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java2589 when(mRoutingOptionManager.getSecureElementForRoute(anyInt())) in testGetRoutingStatus()
2760 when(mRoutingOptionManager.getSecureElementForRoute(anyInt())).thenReturn(""); in testOnPreferredSubscriptionChangedWithSimEuicc1()
2781 when(mRoutingOptionManager.getSecureElementForRoute(anyInt())).thenReturn(""); in testOnPreferredSubscriptionChangedWithSimEuicc2()
2801 when(mRoutingOptionManager.getSecureElementForRoute(anyInt())).thenReturn(""); in testOnPreferredSubscriptionChangedWithSimUicc()