Home | History | Annotate | Download | only in cardemulation

Lines Matching defs:aids

65      * Whether this service represents AIDs running on the host CPU
222 if (currentGroup.aids.size() > 0) {
227 Log.e(TAG, "Not adding <aid-group> with empty or invalid AIDs");
236 if (CardEmulation.isValidAid(aid) && !currentGroup.aids.contains(aid)) {
237 currentGroup.aids.add(aid);
250 if (CardEmulation.isValidAid(aid) && !currentGroup.aids.contains(aid)) {
251 currentGroup.aids.add(aid);
264 if (CardEmulation.isValidAid(aid) && !currentGroup.aids.contains(aid)) {
265 currentGroup.aids.add(aid);
287 * Returns a consolidated list of AIDs from the AID groups
290 * AID group, only the dynamically registered AIDs will be returned
292 * @return List of AIDs registered by the service
295 final ArrayList<String> aids = new ArrayList<String>();
297 aids.addAll(group.aids);
299 return aids;
305 for (String aid : group.aids) {
317 for (String aid : group.aids) {
342 * @return List of AIDs registered by the service
366 if (group.aids.contains(aid.toUpperCase())) {
524 for (String aid : group.aids) {
531 for (String aid : group.aids) {