Home
last modified time | relevance | path

Searched refs:removeSystemCodeForService (Results 1 – 5 of 5) 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/frameworks/base/core/java/android/nfc/cardemulation/
H A DNfcFCardEmulation.java198 return sService.removeSystemCodeForService(mContext.getUserId(), service); in unregisterSystemCodeForService()
207 return sService.removeSystemCodeForService(mContext.getUserId(), service); in unregisterSystemCodeForService()
/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
563 return mNfcFServicesCache.removeSystemCodeForService( in removeSystemCodeForService()
H A DRegisteredNfcFServicesCache.java606 public boolean removeSystemCodeForService(int userId, int uid, ComponentName componentName) { in removeSystemCodeForService() method in RegisteredNfcFServicesCache
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37472 Landroid/nfc/INfcFCardEmulation$Stub$Proxy;->removeSystemCodeForService(ILandroid/content/Component…
37493 Landroid/nfc/INfcFCardEmulation;->removeSystemCodeForService(ILandroid/content/ComponentName;)Z