Home | History | Annotate | Download | only in cardemulation

Lines Matching defs:aids

53     // OEMs/Carriers could manually map off-host AIDs
57 // How the NFC controller can match AIDs in the routing table;
94 Log.e(TAG, "Device does not support prefix AIDs but AID [" + aid
98 // Cut off '*' since controller anyway treats all AIDs as a prefix
146 * The only way to prevent this is to add the longer AIDs of the
152 // Check whether there are any shorted AIDs routed to non-default
177 Log.e(TAG, "This device does not support prefix AIDs.");
181 // Cut off '*' since controller anyway treats all AIDs as a prefix
223 Set<String> aids = mAidRoutingTable.valueAt(i);
225 for (String aid : aids) {