Searched refs:MSG_UNHANDLED (Results 1 – 4 of 4) sorted by relevance
20 import static android.nfc.cardemulation.HostApduService.MSG_UNHANDLED;160 msg.what = MSG_UNHANDLED; in testHandleMessageWithMsgUnhandledWhenServiceDeactivated()172 msg.what = MSG_UNHANDLED; in testHandleMessageWithMsgUnhandled()
243 public static final int MSG_UNHANDLED = 3; field in HostApduService404 case MSG_UNHANDLED: in handleMessage()502 Message unhandledMsg = Message.obtain(null, MSG_UNHANDLED); in notifyUnhandled()
1767 } else if (msg.what == HostApduService.MSG_UNHANDLED) { in handleMessage()
55 Landroid/nfc/cardemulation/HostApduService;->MSG_UNHANDLED:I