Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/nfc/cardemulation/
H A 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()
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostEmulationManager.java533 } else if (msg.what == HostApduService.MSG_UNHANDLED) { in handleMessage()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37214 Landroid/nfc/cardemulation/HostApduService;->MSG_UNHANDLED:I