Searched refs:mOffHostRouteEse (Results 1 – 3 of 3) sorted by relevance
58 final byte[] mOffHostRouteEse; field in AidRoutingManager101 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()
99 vector<uint8_t> mOffHostRouteEse; variable
78 mOffHostRouteEse = NfcConfig::getBytes(NAME_OFFHOST_ROUTE_ESE); in RoutingManager()1083 std::vector<uint8_t> ese = getInstance().mOffHostRouteEse; in com_android_nfc_cardemulation_doGetOffHostEseDestination()