Home
last modified time | relevance | path

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

/packages/modules/Nfc/framework/java/android/nfc/cardemulation/
DCardEmulation.java1328 public @interface NfcInternalErrorType {} annotation
1420 default void onInternalErrorReported(@NfcInternalErrorType int errorType) {} in onInternalErrorReported()
1485 public void onInternalErrorReported(@NfcInternalErrorType int errorType) {
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/
DCardEmulationTest.java594 public void onInternalErrorReported(@CardEmulation.NfcInternalErrorType int errorType) { in onInternalErrorReported()
895 public void onInternalErrorReported(@CardEmulation.NfcInternalErrorType int errorType) { in testEventListener_hardwareError()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DCardEmulationManager.java1438 public void onInternalErrorReported(@CardEmulation.NfcInternalErrorType int errorType) { in onInternalErrorReported()