Searched refs:mCategoryAids (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DRegisteredAidCache.java61 public final HashMap<String, Set<String>> mCategoryAids = field in class:RegisteredAidCache
137 Set<String> paymentAids = mCategoryAids.get(CardEmulation.CATEGORY_PAYMENT);
278 Set<String> paymentAids = mCategoryAids.get(CardEmulation.CATEGORY_PAYMENT);
402 mCategoryAids.clear();
409 Set<String> categoryAids = mCategoryAids.get(groupCategory);
414 mCategoryAids.put(groupCategory, categoryAids);

Completed in 73 milliseconds