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.java65 final int mAidMatchingSupport; field in AidRoutingManager
104 mAidMatchingSupport = doGetAidMatchingMode(); in AidRoutingManager()
105 if (DBG) Log.d(TAG, "mAidMatchingSupport=0x" + Integer.toHexString(mAidMatchingSupport)); in AidRoutingManager()
112 return mAidMatchingSupport == AID_MATCHING_EXACT_OR_PREFIX || in supportsAidPrefixRouting()
113 mAidMatchingSupport == AID_MATCHING_PREFIX_ONLY || in supportsAidPrefixRouting()
114 mAidMatchingSupport == AID_MATCHING_EXACT_OR_SUBSET_OR_PREFIX; in supportsAidPrefixRouting()
118 return mAidMatchingSupport == AID_MATCHING_EXACT_OR_SUBSET_OR_PREFIX; in supportsAidSubsetRouting()
142 if (mAidMatchingSupport == AID_MATCHING_EXACT_ONLY) { in clearNfcRoutingTableLocked()
145 } else if (mAidMatchingSupport == AID_MATCHING_PREFIX_ONLY) { in clearNfcRoutingTableLocked()
149 } else if (mAidMatchingSupport == AID_MATCHING_EXACT_OR_PREFIX || in clearNfcRoutingTableLocked()
[all …]