Home | History | Annotate | Download | only in cardemulation

Lines Matching refs:category

205     public List<ApduServiceInfo> getServicesForCategory(int userId, String category) {
210 if (service.hasCategory(category)) services.add(service);
497 String category) {
504 return serviceInfo.getDynamicAidGroupForCategory(category);
512 String category) {
524 if (!serviceInfo.removeDynamicAidGroupForCategory(category)) {
525 Log.e(TAG," Could not find dynamic AIDs for category " + category);
531 AidGroup deletedGroup = dynAids.aidGroups.remove(category);
537 dynAids.aidGroups.put(category, deletedGroup);