Searched refs:MSG_RESPONSE_PACKET (Results 1 – 3 of 3) sorted by relevance
142 public static final int MSG_RESPONSE_PACKET = 1; field in HostNfcFService192 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()
308 if (msg.what == HostNfcFService.MSG_RESPONSE_PACKET) { in handleMessage()
37222 Landroid/nfc/cardemulation/HostNfcFService;->MSG_RESPONSE_PACKET:I