Searched refs:AID_MATCHING_EXACT_ONLY (Results 1 – 4 of 4) sorted by relevance
46 static final int AID_MATCHING_EXACT_ONLY = 0x00; field in AidRoutingManager145 if (mAidMatchingSupport == AID_MATCHING_EXACT_ONLY) { in clearNfcRoutingTableLocked()158 if (mAidMatchingSupport == AID_MATCHING_EXACT_ONLY) { in clearNfcRoutingTableLocked()369 if (mAidMatchingSupport == AID_MATCHING_EXACT_ONLY) { in configureRouting()383 if (mAidMatchingSupport == AID_MATCHING_EXACT_ONLY) { in configureRouting()
19 import static com.android.nfc.cardemulation.AidRoutingManager.AID_MATCHING_EXACT_ONLY;137 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_EXACT_ONLY); in testSupportsAidPrefixRouting_ReturnsFalse()319 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_EXACT_ONLY); in testConfigureRoutingTestCase3_DoNothing()371 when(mRoutingOptionManager.getAidMatchingSupport()).thenReturn(AID_MATCHING_EXACT_ONLY); in testConfigureRoutingTestCase4_CommitsCache()
79 static const int AID_MATCHING_EXACT_ONLY = 0x00; variable
91 NfcConfig::getUnsigned(NAME_AID_MATCHING_MODE, AID_MATCHING_EXACT_ONLY); in RoutingManager()