Home
last modified time | relevance | path

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

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