HomeSort by relevance Sort by last modified time
    Searched refs:ROUTE_OFF (Results 1 - 2 of 2) sorted by null

  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 93 sRouteOff = new CardEmulationRoute(CardEmulationRoute.ROUTE_OFF, null);
121 public static final int ROUTE_OFF = 1;
130 * A route such as {@link #ROUTE_OFF} or {@link #ROUTE_ON_WHEN_SCREEN_ON}.
136 * <p>null if {@link #route} is {@link #ROUTE_OFF}, otherwise not null.
141 if (route == ROUTE_OFF && nfcEe != null) {
142 throw new IllegalArgumentException("must not specifiy a NFC-EE with ROUTE_OFF");
143 } else if (route != ROUTE_OFF && nfcEe == null) {
175 return route == CardEmulationRoute.ROUTE_OFF ?
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 119 static final int ROUTE_OFF = 1;
301 mEeRoutingState = ROUTE_OFF;
    [all...]

Completed in 122 milliseconds