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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DRegisteredAidCache.java146 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) { method in class:RegisteredAidCache
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1147 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) method in class:NfcService.CardEmulationService
1154 return mAidCache.isDefaultServiceForAid(userId, service, aid);

Completed in 234 milliseconds