Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java109 static final int MSG_SE_EMV_CARD_REMOVAL = 11; field in NfcService
269 sendMessage(NfcService.MSG_SE_EMV_CARD_REMOVAL, null); in onSeEmvCardRemoval()
1433 case MSG_SE_EMV_CARD_REMOVAL: in handleMessage()