Searched refs:ROUTE_OFF (Results 1 – 2 of 2) sorted by relevance
63 private static final CardEmulationRoute ROUTE_OFF = field in NfcAdapterExtras64 new CardEmulationRoute(CardEmulationRoute.ROUTE_OFF, null);129 public static final int ROUTE_OFF = 1; field in NfcAdapterExtras.CardEmulationRoute149 if (route == ROUTE_OFF && nfcEe != null) { in CardEmulationRoute()151 } else if (route != ROUTE_OFF && nfcEe == null) { in CardEmulationRoute()181 return route == CardEmulationRoute.ROUTE_OFF ? in getCardEmulationRoute()182 ROUTE_OFF : in getCardEmulationRoute()186 return ROUTE_OFF; in getCardEmulationRoute()
105 new CardEmulationRoute(CardEmulationRoute.ROUTE_OFF, null)); in testDisableEe()107 assertEquals(CardEmulationRoute.ROUTE_OFF, newRoute.route); in testDisableEe()