Home
last modified time | relevance | path

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

/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
DBasicNfcEeTest.java97 new CardEmulationRoute(CardEmulationRoute.ROUTE_ON_WHEN_SCREEN_ON, mEe)); in testEnableEe()
99 assertEquals(CardEmulationRoute.ROUTE_ON_WHEN_SCREEN_ON, newRoute.route); in testEnableEe()
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DNfcAdapterExtras.java117 mRouteOnWhenScreenOn = new CardEmulationRoute(CardEmulationRoute.ROUTE_ON_WHEN_SCREEN_ON, in NfcAdapterExtras()
135 public static final int ROUTE_ON_WHEN_SCREEN_ON = 2; field in NfcAdapterExtras.CardEmulationRoute