Searched refs:ROUTE_OFF (Results 1 – 3 of 3) sorted by relevance
67 private static final CardEmulationRoute ROUTE_OFF = field in NfcAdapterExtras68 new CardEmulationRoute(CardEmulationRoute.ROUTE_OFF, null);158 public static final int ROUTE_OFF = 1; field in NfcAdapterExtras.CardEmulationRoute178 if (route == ROUTE_OFF && nfcEe != null) { in CardEmulationRoute()180 } else if (route != ROUTE_OFF && nfcEe == null) { in CardEmulationRoute()222 return route == CardEmulationRoute.ROUTE_OFF ? in getCardEmulationRoute()223 ROUTE_OFF : in getCardEmulationRoute()227 return ROUTE_OFF; in getCardEmulationRoute()
105 new CardEmulationRoute(CardEmulationRoute.ROUTE_OFF, null)); in testDisableEe()107 assertEquals(CardEmulationRoute.ROUTE_OFF, newRoute.route); in testDisableEe()
47 field public static final int ROUTE_OFF = 1; // 0x1