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

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

Completed in 809 milliseconds