Home
last modified time | relevance | path

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

/frameworks/base/nfc/java/android/nfc/cardemulation/
DHostApduService.java235 public static final int MSG_UNHANDLED = 3; field in HostApduService
316 case MSG_UNHANDLED: in handleMessage()
388 Message unhandledMsg = Message.obtain(null, MSG_UNHANDLED); in notifyUnhandled()