Searched refs:nfcEe (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/nfc-extras/java/com/android/nfc_extras/
H A DNfcAdapterExtras.java132 * Card Emulation is routed to {@link #nfcEe} only when the screen is on,
146 public final NfcExecutionEnvironment nfcEe; field in class:NfcAdapterExtras.CardEmulationRoute
148 public CardEmulationRoute(int route, NfcExecutionEnvironment nfcEe) { argument
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/
H A DBasicNfcEeTest.java100 assertEquals(mEe, newRoute.nfcEe);
108 assertNull(newRoute.nfcEe);

Completed in 77 milliseconds