Home
last modified time | relevance | path

Searched refs:removeAidGroupForService (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java436 public boolean removeAidGroupForService(int userId, in removeAidGroupForService() method in CardEmulationManager.CardEmulationInterface
443 if (!mServiceCache.removeAidGroupForService(userId, Binder.getCallingUid(), service, in removeAidGroupForService()
DRegisteredServicesCache.java608 public boolean removeAidGroupForService(int userId, int uid, ComponentName componentName, in removeAidGroupForService() method in RegisteredServicesCache