OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfcEe
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java
132
* Card Emulation is routed to {@link #
nfcEe
} only when the screen is on,
146
public final NfcExecutionEnvironment
nfcEe
;
148
public CardEmulationRoute(int route, NfcExecutionEnvironment
nfcEe
) {
149
if (route == ROUTE_OFF &&
nfcEe
!= null) {
151
} else if (route != ROUTE_OFF &&
nfcEe
== null) {
155
this.
nfcEe
=
nfcEe
;
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
BasicNfcEeTest.java
100
assertEquals(mEe, newRoute.
nfcEe
);
108
assertNull(newRoute.
nfcEe
);
Completed in 799 milliseconds