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

  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 214 * MSG_DEACTIVATED is sent by NfcService when
222 public static final int MSG_DEACTIVATED = 2;
292 case MSG_DEACTIVATED:
HostNfcFService.java 145 * MSG_DEACTIVATED is sent by NfcService when
151 public static final int MSG_DEACTIVATED = 2;
220 case MSG_DEACTIVATED:
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostNfcFEmulationManager.java 211 Message msg = Message.obtain(null, HostNfcFService.MSG_DEACTIVATED);
HostEmulationManager.java 332 Message msg = Message.obtain(null, HostApduService.MSG_DEACTIVATED);

Completed in 5514 milliseconds