Home | History | Annotate | Download | only in cardemulation

Lines Matching defs:aids

62      * Whether this service represents AIDs running on the host CPU
207 if (currentGroup.aids.size() > 0) {
212 Log.e(TAG, "Not adding <aid-group> with empty or invalid AIDs");
221 if (CardEmulation.isValidAid(aid) && !currentGroup.aids.contains(aid)) {
222 currentGroup.aids.add(aid);
235 if (CardEmulation.isValidAid(aid) && !currentGroup.aids.contains(aid)) {
236 currentGroup.aids.add(aid);
258 * Returns a consolidated list of AIDs from the AID groups
261 * AID group, only the dynamically registered AIDs will be returned
263 * @return List of AIDs registered by the service
266 final ArrayList<String> aids = new ArrayList<String>();
268 aids.addAll(group.aids);
270 return aids;
290 * @return List of AIDs registered by the service
314 if (group.aids.contains(aid.toUpperCase())) {
458 for (String aid : group.aids) {
465 for (String aid : group.aids) {