Searched refs:nfcEe (Results 1 – 2 of 2) sorted by relevance
146 public final NfcExecutionEnvironment nfcEe; field in NfcAdapterExtras.CardEmulationRoute148 public CardEmulationRoute(int route, NfcExecutionEnvironment nfcEe) { in CardEmulationRoute() argument149 if (route == ROUTE_OFF && nfcEe != null) { in CardEmulationRoute()151 } else if (route != ROUTE_OFF && nfcEe == null) { in CardEmulationRoute()155 this.nfcEe = nfcEe; in CardEmulationRoute()
100 assertEquals(mEe, newRoute.nfcEe); in testEnableEe()108 assertNull(newRoute.nfcEe); in testDisableEe()