HomeSort by relevance Sort by last modified time
    Searched refs:ErrorCodes (Results 1 - 20 of 20) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
LlcpException.java 19 import android.nfc.ErrorCodes;
37 super(ErrorCodes.asString(error));
NfcService.java 42 import android.nfc.ErrorCodes;
    [all...]
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 19 import android.nfc.ErrorCodes;
128 case ErrorCodes.SUCCESS:
130 case ErrorCodes.ERROR_IO:
132 case ErrorCodes.ERROR_INVALID_PARAM:
147 case ErrorCodes.SUCCESS:
149 case ErrorCodes.ERROR_IO:
151 case ErrorCodes.ERROR_INVALID_PARAM:
163 case ErrorCodes.SUCCESS:
165 case ErrorCodes.ERROR_IO:
167 case ErrorCodes.ERROR_INVALID_PARAM
    [all...]
Ndef.java 19 import android.nfc.ErrorCodes;
317 case ErrorCodes.SUCCESS:
319 case ErrorCodes.ERROR_IO:
321 case ErrorCodes.ERROR_INVALID_PARAM:
385 case ErrorCodes.SUCCESS:
387 case ErrorCodes.ERROR_IO:
389 case ErrorCodes.ERROR_INVALID_PARAM:
BasicTagTechnology.java 19 import android.nfc.ErrorCodes;
76 if (errorCode == ErrorCodes.SUCCESS) {
80 } else if (errorCode == ErrorCodes.ERROR_NOT_SUPPORTED) {
103 if (errorCode != ErrorCodes.SUCCESS) {
IsoDep.java 19 import android.nfc.ErrorCodes;
95 if (err != ErrorCodes.SUCCESS) {
NfcA.java 19 import android.nfc.ErrorCodes;
148 if (err != ErrorCodes.SUCCESS) {
NfcF.java 19 import android.nfc.ErrorCodes;
152 if (err != ErrorCodes.SUCCESS) {
MifareUltralight.java 19 import android.nfc.ErrorCodes;
244 if (err != ErrorCodes.SUCCESS) {
MifareClassic.java 19 import android.nfc.ErrorCodes;
604 if (err != ErrorCodes.SUCCESS) {
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
ErrorCodes.java 36 public class ErrorCodes extends Asn1Enumerated {
82 public ErrorCodes() {
122 * Creates a new ErrorCodes from encoded stream.
124 public static ErrorCodes fromPerUnaligned(byte[] encodedBytes) {
125 ErrorCodes result = new ErrorCodes();
131 * Creates a new ErrorCodes from encoded stream.
133 public static ErrorCodes fromPerAligned(byte[] encodedBytes) {
134 ErrorCodes result = new ErrorCodes();
    [all...]
ProtocolError.java 101 private ErrorCodes errorCause_;
102 public ErrorCodes getErrorCause() {
106 * @throws ClassCastException if value is not a ErrorCodes
109 this.errorCause_ = (ErrorCodes) value;
111 public ErrorCodes setErrorCauseToNewInstance() {
112 errorCause_ = new ErrorCodes();
177 return tag == null ? ErrorCodes.getPossibleFirstTags() : ImmutableList.of(tag);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 20 import android.nfc.ErrorCodes;
216 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
219 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
220 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
223 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
240 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
243 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
244 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
247 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
264 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error))
    [all...]
  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 26 public class ErrorCodes {
  /external/swiftshader/third_party/subzero/src/
IceCompileServer.h 55 void transferErrorCode(ErrorCodes Code) { LastError.assign(Code); }
IceCompileServer.cpp 112 ErrorCodes getReturnValue(ErrorCodes Val) {
267 getReturnValue(static_cast<ErrorCodes>(Ctx->getErrorStatus()->value())));
IceDefs.h 414 enum ErrorCodes { EC_None = 0, EC_Args, EC_Bitcode, EC_Translation };
426 void assign(ErrorCodes Code) {
432 void assign(int Code) { assign(static_cast<ErrorCodes>(Code)); }
  /system/core/libziparchive/
zip_archive_private.h 47 enum ErrorCodes : int32_t {
  /external/webrtc/webrtc/modules/audio_coding/neteq/include/
neteq.h 110 enum ErrorCodes {
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 

Completed in 371 milliseconds