Searched defs:CardEmulationRoute (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/nfc-extras/java/com/android/nfc_extras/
H A DNfcAdapterExtras.java63 private static final CardEmulationRoute ROUTE_OFF =
64 new CardEmulationRoute(CardEmulationRoute.ROUTE_OFF, null);
70 private final CardEmulationRoute mRouteOnWhenScreenOn;
117 mRouteOnWhenScreenOn = new CardEmulationRoute(CardEmulationRoute.ROUTE_ON_WHEN_SCREEN_ON,
124 public final static class CardEmulationRoute { class in class:NfcAdapterExtras
148 public CardEmulationRoute(int route, NfcExecutionEnvironment nfcEe) { method in class:NfcAdapterExtras.CardEmulationRoute
178 public CardEmulationRoute getCardEmulationRoute() {
181 return route == CardEmulationRoute
[all...]

Completed in 5 milliseconds