Home | History | Annotate | Download | only in nfc

Lines Matching refs:ErrorCodes

43 import android.nfc.ErrorCodes;
837 return ErrorCodes.ERROR_NOT_INITIALIZED;
846 return ErrorCodes.SUCCESS;
850 return ErrorCodes.ERROR_DISCONNECT;
860 return ErrorCodes.ERROR_NOT_INITIALIZED;
866 return ErrorCodes.ERROR_DISCONNECT;
870 return ErrorCodes.ERROR_DISCONNECT;
874 return ErrorCodes.ERROR_NOT_SUPPORTED;
881 return ErrorCodes.SUCCESS;
883 return ErrorCodes.ERROR_DISCONNECT;
895 return ErrorCodes.ERROR_NOT_INITIALIZED;
902 return ErrorCodes.SUCCESS;
904 return ErrorCodes.ERROR_DISCONNECT;
907 return ErrorCodes.ERROR_DISCONNECT;
1037 return ErrorCodes.ERROR_NOT_INITIALIZED;
1043 return ErrorCodes.ERROR_IO;
1046 if (msg == null) return ErrorCodes.ERROR_INVALID_PARAM;
1049 return ErrorCodes.SUCCESS;
1051 return ErrorCodes.ERROR_IO;
1069 return ErrorCodes.ERROR_NOT_INITIALIZED;
1075 return ErrorCodes.ERROR_IO;
1079 return ErrorCodes.SUCCESS;
1081 return ErrorCodes.ERROR_IO;
1093 return ErrorCodes.ERROR_NOT_INITIALIZED;
1099 return ErrorCodes.ERROR_IO;
1103 return ErrorCodes.SUCCESS;
1105 return ErrorCodes.ERROR_IO;
1147 return ErrorCodes.SUCCESS;
1149 return ErrorCodes.ERROR_INVALID_PARAM;