Home
last modified time | relevance | path

Searched defs:removeAidGroupForService (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcCardEmulation.aidl37 boolean removeAidGroupForService(int userHandle, in ComponentName service, String category); in removeAidGroupForService() method
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java461 public boolean removeAidGroupForService(int userId, in removeAidGroupForService() method in CardEmulationManager.CardEmulationInterface
H A DRegisteredServicesCache.java609 public boolean removeAidGroupForService(int userId, int uid, ComponentName componentName, in removeAidGroupForService() method in RegisteredServicesCache