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

/frameworks/base/core/java/android/nfc/cardemulation/
H A DHostNfcFService.java135 * MSG_RESPONSE_PACKET is sent to NfcService to send
140 public static final int MSG_RESPONSE_PACKET = 1; field in class:HostNfcFService
190 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET);
206 case MSG_RESPONSE_PACKET:
241 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET);

Completed in 68 milliseconds