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

  /packages/apps/Nfc/src/com/android/nfc/
LlcpException.java 19 import android.nfc.ErrorCodes;
37 super(ErrorCodes.asString(error));
NfcService.java 39 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;
147 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) {
  /external/chromium_org/chrome/browser/resources/cryptotoken/
errorcodes.js 15 var ErrorCodes = {
27 * errorCode: ErrorCodes,
webrequest.js 121 makeU2fErrorResponse(request, ErrorCodes.BAD_REQUEST, undefined,
152 * @param {ErrorCodes} code The error code to return.
208 * Maps an error code from the ErrorCodes namespace to the GnubbyCodeTypes
210 * @param {ErrorCodes} errorCode Error in the ErrorCodes namespace.
217 case ErrorCodes.BAD_REQUEST:
220 case ErrorCodes.DEVICE_INELIGIBLE:
224 case ErrorCodes.TIMEOUT:
239 return {errorCode: ErrorCodes.DEVICE_INELIGIBLE};
243 return {errorCode: ErrorCodes.TIMEOUT}
    [all...]
signer.js 136 errorCb({errorCode: ErrorCodes.BAD_REQUEST});
143 errorCb({errorCode: ErrorCodes.BAD_REQUEST});
159 errorCb({errorCode: ErrorCodes.BAD_REQUEST});
265 this.errorCb_({errorCode: ErrorCodes.BAD_REQUEST});
367 errorCode: ErrorCodes.BAD_REQUEST,
388 errorCode: ErrorCodes.BAD_REQUEST,
411 errorCode: ErrorCodes.BAD_REQUEST,
418 this.notifyError_({errorCode: ErrorCodes.BAD_REQUEST});
514 this.notifyError_({errorCode: ErrorCodes.OTHER_ERROR});
enroller.js 34 sendErrorResponse(ErrorCodes.OTHER_ERROR);
80 sendErrorResponse(ErrorCodes.OTHER_ERROR);
125 errorCb({errorCode: ErrorCodes.BAD_REQUEST});
131 errorCb({errorCode: ErrorCodes.BAD_REQUEST});
386 this.notifyError_({errorCode: ErrorCodes.BAD_REQUEST});
399 self.notifyError_({errorCode: ErrorCodes.OTHER_ERROR});
402 self.notifyError_({errorCode: ErrorCodes.BAD_REQUEST});
511 this.notifyError_({errorCode: ErrorCodes.BAD_REQUEST});
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 20 import android.nfc.ErrorCodes;
130 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
133 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
134 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
137 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
154 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
157 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
158 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
161 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
178 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error))
    [all...]
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 26 import android.nfc.ErrorCodes;
188 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
191 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
192 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
195 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
212 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
215 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
216 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
219 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
236 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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
neteq.h 92 enum ErrorCodes {
  /frameworks/base/docs/html/
gms_navtree_data.js     [all...]

Completed in 7387 milliseconds