Home
last modified time | relevance | path

Searched refs:getCardEmulationRoute (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
DBasicNfcEeTest.java98 CardEmulationRoute newRoute = mAdapterExtras.getCardEmulationRoute(); in testEnableEe()
106 CardEmulationRoute newRoute = mAdapterExtras.getCardEmulationRoute(); in testDisableEe()
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DNfcAdapterExtras.java178 public CardEmulationRoute getCardEmulationRoute() { in getCardEmulationRoute() method in NfcAdapterExtras
180 int route = sService.getCardEmulationRoute(mPackageName); in getCardEmulationRoute()
/frameworks/base/core/java/android/nfc/
DINfcAdapterExtras.aidl29 int getCardEmulationRoute(in String pkg); in getCardEmulationRoute() method