Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcFCardEmulation.aidl29 boolean removeSystemCodeForService(int userHandle, in ComponentName service); in removeSystemCodeForService() method
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java556 public boolean removeSystemCodeForService(int userId, ComponentName service) in removeSystemCodeForService() method in CardEmulationManager.NfcFCardEmulationInterface
H A DRegisteredNfcFServicesCache.java606 public boolean removeSystemCodeForService(int userId, int uid, ComponentName componentName) { in removeSystemCodeForService() method in RegisteredNfcFServicesCache