Home
last modified time | relevance | path

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

/packages/modules/Nfc/framework/tests/src/android/nfc/cardemulation/
DHostApduServiceTest.java20 import static android.nfc.cardemulation.HostApduService.MSG_UNHANDLED;
160 msg.what = MSG_UNHANDLED; in testHandleMessageWithMsgUnhandledWhenServiceDeactivated()
172 msg.what = MSG_UNHANDLED; in testHandleMessageWithMsgUnhandled()
/packages/modules/Nfc/framework/java/android/nfc/cardemulation/
DHostApduService.java243 public static final int MSG_UNHANDLED = 3; field in HostApduService
404 case MSG_UNHANDLED: in handleMessage()
502 Message unhandledMsg = Message.obtain(null, MSG_UNHANDLED); in notifyUnhandled()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DHostEmulationManager.java1767 } else if (msg.what == HostApduService.MSG_UNHANDLED) { in handleMessage()
/packages/modules/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt55 Landroid/nfc/cardemulation/HostApduService;->MSG_UNHANDLED:I