Searched refs:errorClass (Results 1 – 5 of 5) sorted by relevance
116 public byte errorClass; field in SmsEnvelope
502 env.errorClass = dis.readByte(); in parsePdu()642 env.errorClass = ccBis.readByteArray(2)[0]; in parsePduFromEfRecord()643 if (env.errorClass != 0x00) in parsePduFromEfRecord()732 status = mBearerData.errorClass << 8; in parseSms()942 dos.writeByte(env.errorClass); in createPdu()
198 public int errorClass = ERROR_UNDEFINED; field in BearerData421 builder.append(", errorClass=" + (messageStatusSet ? errorClass : "unset")); in toString()809 outStream.write(2, bData.errorClass); in encodeMsgStatus()1454 bData.errorClass = inStream.read(2); in decodeMsgStatus()
379 jclass errorClass = FindClassOrDie(env, "java/lang/Error"); in register_android_os_HwBinder() local380 gErrorClass = MakeGlobalRefOrDie(env, errorClass); in register_android_os_HwBinder()
2580 msg.errorClass = success ? 0 : 1; in acknowledgeLastIncomingCdmaSms()