Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAidRoutingManager.java64 final int mAidMatchingSupport; field in AidRoutingManager
103 mAidMatchingSupport = doGetAidMatchingMode(); in AidRoutingManager()
104 if (DBG) Log.d(TAG, "mAidMatchingSupport=0x" + Integer.toHexString(mAidMatchingSupport)); in AidRoutingManager()
111 return mAidMatchingSupport == AID_MATCHING_EXACT_OR_PREFIX || in supportsAidPrefixRouting()
112 mAidMatchingSupport == AID_MATCHING_PREFIX_ONLY || in supportsAidPrefixRouting()
113 mAidMatchingSupport == AID_MATCHING_EXACT_OR_SUBSET_OR_PREFIX; in supportsAidPrefixRouting()
117 return mAidMatchingSupport == AID_MATCHING_EXACT_OR_SUBSET_OR_PREFIX; in supportsAidSubsetRouting()
141 if (mAidMatchingSupport == AID_MATCHING_EXACT_ONLY) { in clearNfcRoutingTableLocked()
144 } else if (mAidMatchingSupport == AID_MATCHING_PREFIX_ONLY) { in clearNfcRoutingTableLocked()
148 } else if (mAidMatchingSupport == AID_MATCHING_EXACT_OR_PREFIX || in clearNfcRoutingTableLocked()
[all …]