Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAidRoutingManager.java58 final byte[] mOffHostRouteEse; field in AidRoutingManager
101 mOffHostRouteEse = doGetOffHostEseDestination(); in AidRoutingManager()
103 Log.d(TAG, "mOffHostRouteEse=" + Arrays.toString(mOffHostRouteEse)); in AidRoutingManager()
183 if (se.startsWith("eSE") && mOffHostRouteEse != null) { in getRouteForSecureElement()
185 if (mOffHostRouteEse.length >= index && index > 0) { in getRouteForSecureElement()
186 return mOffHostRouteEse[index - 1] & 0xFF; in getRouteForSecureElement()
194 if (mOffHostRouteEse == null && mOffHostRouteUicc == null) in getRouteForSecureElement()
/packages/apps/Nfc/nci/jni/
DRoutingManager.h99 vector<uint8_t> mOffHostRouteEse; variable
DRoutingManager.cpp78 mOffHostRouteEse = NfcConfig::getBytes(NAME_OFFHOST_ROUTE_ESE); in RoutingManager()
1083 std::vector<uint8_t> ese = getInstance().mOffHostRouteEse; in com_android_nfc_cardemulation_doGetOffHostEseDestination()