Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/nfc/tech/
H A DNdefFormatable.java19 import android.nfc.ErrorCodes;
132 case ErrorCodes.SUCCESS: in format()
134 case ErrorCodes.ERROR_IO: in format()
136 case ErrorCodes.ERROR_INVALID_PARAM: in format()
151 case ErrorCodes.SUCCESS: in format()
153 case ErrorCodes.ERROR_IO: in format()
155 case ErrorCodes.ERROR_INVALID_PARAM: in format()
167 case ErrorCodes.SUCCESS: in format()
169 case ErrorCodes.ERROR_IO: in format()
171 case ErrorCodes.ERROR_INVALID_PARAM: in format()
H A DNdef.java19 import android.nfc.ErrorCodes;
319 case ErrorCodes.SUCCESS: in writeNdefMessage()
321 case ErrorCodes.ERROR_IO: in writeNdefMessage()
323 case ErrorCodes.ERROR_INVALID_PARAM: in writeNdefMessage()
389 case ErrorCodes.SUCCESS: in makeReadOnly()
391 case ErrorCodes.ERROR_IO: in makeReadOnly()
393 case ErrorCodes.ERROR_INVALID_PARAM: in makeReadOnly()
H A DBasicTagTechnology.java19 import android.nfc.ErrorCodes;
76 if (errorCode == ErrorCodes.SUCCESS) { in connect()
83 } else if (errorCode == ErrorCodes.ERROR_NOT_SUPPORTED) { in connect()
106 if (errorCode != ErrorCodes.SUCCESS) { in reconnect()
H A DNfcA.java19 import android.nfc.ErrorCodes;
149 if (err != ErrorCodes.SUCCESS) { in setTimeout()
H A DNfcF.java19 import android.nfc.ErrorCodes;
153 if (err != ErrorCodes.SUCCESS) { in setTimeout()
H A DIsoDep.java19 import android.nfc.ErrorCodes;
96 if (err != ErrorCodes.SUCCESS) { in setTimeout()
H A DMifareUltralight.java19 import android.nfc.ErrorCodes;
245 if (err != ErrorCodes.SUCCESS) { in setTimeout()
H A DMifareClassic.java19 import android.nfc.ErrorCodes;
605 if (err != ErrorCodes.SUCCESS) { in setTimeout()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaDrm.java327 private ErrorCodes() {} in ErrorCodes() method in MediaDrm.ErrorCodes
622 ErrorCodes.ERROR_NO_KEY,
623 ErrorCodes.ERROR_KEY_EXPIRED,
624 ErrorCodes.ERROR_RESOURCE_BUSY,
630 ErrorCodes.ERROR_LOST_STATE,
634 ErrorCodes.ERROR_GENERIC_OEM,
636 ErrorCodes.ERROR_INIT_DATA,
638 ErrorCodes.ERROR_LICENSE_PARSE,
643 ErrorCodes.ERROR_LICENSE_STATE,
651 ErrorCodes.ERROR_STORAGE_READ,
[all …]
H A DMediaCodec.java2696 MediaDrm.ErrorCodes.ERROR_NO_KEY,
2697 MediaDrm.ErrorCodes.ERROR_KEY_EXPIRED,
2698 MediaDrm.ErrorCodes.ERROR_RESOURCE_BUSY,
2700 MediaDrm.ErrorCodes.ERROR_SESSION_NOT_OPENED,
2703 MediaDrm.ErrorCodes.ERROR_FRAME_TOO_LARGE,
2704 MediaDrm.ErrorCodes.ERROR_LOST_STATE,
2705 MediaDrm.ErrorCodes.ERROR_GENERIC_OEM,
2706 MediaDrm.ErrorCodes.ERROR_GENERIC_PLUGIN,
2707 MediaDrm.ErrorCodes.ERROR_LICENSE_PARSE,
2708 MediaDrm.ErrorCodes.ERROR_MEDIA_FRAMEWORK,
[all …]
/aosp14/frameworks/base/core/java/android/nfc/
H A DErrorCodes.java28 public class ErrorCodes { class
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt33936 Landroid/nfc/ErrorCodes;-><init>()V
33939 Landroid/nfc/ErrorCodes;->ERROR_BUSY:I
33940 Landroid/nfc/ErrorCodes;->ERROR_CANCELLED:I
33941 Landroid/nfc/ErrorCodes;->ERROR_CONNECT:I
33945 Landroid/nfc/ErrorCodes;->ERROR_IO:I
33946 Landroid/nfc/ErrorCodes;->ERROR_NFC_ON:I
33950 Landroid/nfc/ErrorCodes;->ERROR_READ:I
33951 Landroid/nfc/ErrorCodes;->ERROR_SAP_USED:I
33958 Landroid/nfc/ErrorCodes;->ERROR_TIMEOUT:I
33959 Landroid/nfc/ErrorCodes;->ERROR_WRITE:I
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt23304 public static final class MediaDrm.ErrorCodes {