Home
last modified time | relevance | path

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

/packages/modules/Nfc/framework/java/android/nfc/
DINfcCardEmulation.aidl39 …boolean setOffHostForService(int userHandle, in ComponentName service, in String offHostSecureElem… in setOffHostForService() method
/packages/modules/Nfc/framework/java/android/nfc/cardemulation/
DCardEmulation.java642 public boolean setOffHostForService(@NonNull ComponentName service, in setOffHostForService() method in CardEmulation
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DCardEmulationManager.java1031 public boolean setOffHostForService(int userId, ComponentName service, String offHostSE) { in setOffHostForService() method in CardEmulationManager.CardEmulationInterface