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

  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 198 * MSG_DEACTIVATED is sent by NfcService when
206 public static final int MSG_DEACTIVATED = 2;
276 case MSG_DEACTIVATED:
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 340 Message msg = Message.obtain(null, HostApduService.MSG_DEACTIVATED);

Completed in 42 milliseconds