Searched refs:ErrorCodes (Results 1 – 9 of 9) sorted by relevance
19 import android.nfc.ErrorCodes;128 case ErrorCodes.SUCCESS: in format()130 case ErrorCodes.ERROR_IO: in format()132 case ErrorCodes.ERROR_INVALID_PARAM: in format()147 case ErrorCodes.SUCCESS: in format()149 case ErrorCodes.ERROR_IO: in format()151 case ErrorCodes.ERROR_INVALID_PARAM: in format()163 case ErrorCodes.SUCCESS: in format()165 case ErrorCodes.ERROR_IO: in format()167 case ErrorCodes.ERROR_INVALID_PARAM: in format()
19 import android.nfc.ErrorCodes;317 case ErrorCodes.SUCCESS: in writeNdefMessage()319 case ErrorCodes.ERROR_IO: in writeNdefMessage()321 case ErrorCodes.ERROR_INVALID_PARAM: in writeNdefMessage()385 case ErrorCodes.SUCCESS: in makeReadOnly()387 case ErrorCodes.ERROR_IO: in makeReadOnly()389 case ErrorCodes.ERROR_INVALID_PARAM: in makeReadOnly()
19 import android.nfc.ErrorCodes;76 if (errorCode == ErrorCodes.SUCCESS) { in connect()80 } else if (errorCode == ErrorCodes.ERROR_NOT_SUPPORTED) { in connect()103 if (errorCode != ErrorCodes.SUCCESS) { in reconnect()
19 import android.nfc.ErrorCodes;148 if (err != ErrorCodes.SUCCESS) { in setTimeout()
19 import android.nfc.ErrorCodes;147 if (err != ErrorCodes.SUCCESS) { in setTimeout()
19 import android.nfc.ErrorCodes;95 if (err != ErrorCodes.SUCCESS) { in setTimeout()
19 import android.nfc.ErrorCodes;244 if (err != ErrorCodes.SUCCESS) { in setTimeout()
19 import android.nfc.ErrorCodes;604 if (err != ErrorCodes.SUCCESS) { in setTimeout()
26 public class ErrorCodes { class