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

/frameworks/base/nfc-extras/java/com/android/nfc_extras/
H A DNfcAdapterExtras.java29 * and management of {@link NfcExecutionEnvironment}'s.
69 private final NfcExecutionEnvironment mEmbeddedEe;
116 mEmbeddedEe = new NfcExecutionEnvironment(this);
146 public final NfcExecutionEnvironment nfcEe;
148 public CardEmulationRoute(int route, NfcExecutionEnvironment nfcEe) {
209 * Get the {@link NfcExecutionEnvironment} that is embedded with the
215 * @return a {@link NfcExecutionEnvironment}, or null if there is no embedded NFC-EE
217 public NfcExecutionEnvironment getEmbeddedExecutionEnvironment() {
H A DNfcExecutionEnvironment.java27 public class NfcExecutionEnvironment { class
122 NfcExecutionEnvironment(NfcAdapterExtras extras) { method in class:NfcExecutionEnvironment
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
H A DBasicNfcEeTest.java26 import com.android.nfc_extras.NfcExecutionEnvironment;
34 private NfcExecutionEnvironment mEe;

Completed in 93 milliseconds