Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java112 static final int MSG_UNROUTE_AID = 6; field in NfcService
1633 sendMessage(MSG_UNROUTE_AID, aid); in unrouteAids()
1662 case MSG_UNROUTE_AID: { in handleMessage()