Searched refs:mOffHostRouteUicc (Results 1 – 3 of 3) sorted by relevance
56 final byte[] mOffHostRouteUicc; field in AidRoutingManager98 mOffHostRouteUicc = doGetOffHostUiccDestination(); in AidRoutingManager()100 Log.d(TAG, "mOffHostRouteUicc=" + Arrays.toString(mOffHostRouteUicc)); in AidRoutingManager()188 } else if (se.startsWith("SIM") && mOffHostRouteUicc != null) { in getRouteForSecureElement()190 if (mOffHostRouteUicc.length >= index && index > 0) { in getRouteForSecureElement()191 return mOffHostRouteUicc[index - 1] & 0xFF; in getRouteForSecureElement()194 if (mOffHostRouteEse == null && mOffHostRouteUicc == null) in getRouteForSecureElement()
99 vector<uint8_t> mOffHostRouteUicc; variable
74 mOffHostRouteUicc = NfcConfig::getBytes(NAME_OFFHOST_ROUTE_UICC); in RoutingManager()1115 std::vector<uint8_t> uicc = getInstance().mOffHostRouteUicc; in com_android_nfc_cardemulation_doGetOffHostUiccDestination()