Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/nfc/cardemulation/
H A DHostNfcFService.java142 public static final int MSG_RESPONSE_PACKET = 1; field in HostNfcFService
192 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET); in handleMessage()
208 case MSG_RESPONSE_PACKET: in handleMessage()
243 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET); in sendResponsePacket()
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostNfcFEmulationManager.java308 if (msg.what == HostNfcFService.MSG_RESPONSE_PACKET) { in handleMessage()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37222 Landroid/nfc/cardemulation/HostNfcFService;->MSG_RESPONSE_PACKET:I