Home
last modified time | relevance | path

Searched refs:unsetOffHostForService (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcCardEmulation.aidl35 boolean unsetOffHostForService(int userHandle, in ComponentName service); in unsetOffHostForService() method
/aosp12/frameworks/base/core/java/android/nfc/cardemulation/
H A DCardEmulation.java383 public boolean unsetOffHostForService(@NonNull ComponentName service) { in unsetOffHostForService() method in CardEmulation
390 return sService.unsetOffHostForService(mContext.getUserId(), service); in unsetOffHostForService()
399 return sService.unsetOffHostForService(mContext.getUserId(), service); in unsetOffHostForService()
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java434 public boolean unsetOffHostForService(int userId, ComponentName service) { in unsetOffHostForService() method in CardEmulationManager.CardEmulationInterface
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27408 …quiresPermission(android.Manifest.permission.NFC) public boolean unsetOffHostForService(@NonNull a…