Home
last modified time | relevance | path

Searched refs:ROUTE_OFF (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DNfcAdapterExtras.java63 private static final CardEmulationRoute ROUTE_OFF = field in NfcAdapterExtras
64 new CardEmulationRoute(CardEmulationRoute.ROUTE_OFF, null);
129 public static final int ROUTE_OFF = 1; field in NfcAdapterExtras.CardEmulationRoute
149 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()
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
DBasicNfcEeTest.java105 new CardEmulationRoute(CardEmulationRoute.ROUTE_OFF, null)); in testDisableEe()
107 assertEquals(CardEmulationRoute.ROUTE_OFF, newRoute.route); in testDisableEe()