OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_RESPONSE_APDU
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java
190
*
MSG_RESPONSE_APDU
is sent to NfcService to send
195
public static final int
MSG_RESPONSE_APDU
= 1;
248
Message responseMsg = Message.obtain(null,
MSG_RESPONSE_APDU
);
264
case
MSG_RESPONSE_APDU
:
311
Message responseMsg = Message.obtain(null,
MSG_RESPONSE_APDU
);
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java
472
if (msg.what == HostApduService.
MSG_RESPONSE_APDU
) {
Completed in 552 milliseconds