OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCardEmulationRoute
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/nfc/
INfcAdapterExtras.aidl
29
int
getCardEmulationRoute
(in String pkg);
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java
178
public CardEmulationRoute
getCardEmulationRoute
() {
180
int route = sService.
getCardEmulationRoute
(mPackageName);
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
BasicNfcEeTest.java
98
CardEmulationRoute newRoute = mAdapterExtras.
getCardEmulationRoute
();
106
CardEmulationRoute newRoute = mAdapterExtras.
getCardEmulationRoute
();
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
[
all
...]
Completed in 42 milliseconds