Searched refs:errorClass (Results 1 – 5 of 5) sorted by relevance
116 public byte errorClass; field in SmsEnvelope
500 env.errorClass = dis.readByte(); in parsePdu()646 env.errorClass = ccBis.readByteArray(2)[0]; in parsePduFromEfRecord()647 if (env.errorClass != 0x00) in parsePduFromEfRecord()735 status = mBearerData.errorClass << 8; in parseSms()958 dos.writeByte(env.errorClass); in createPdu()
198 public int errorClass = ERROR_UNDEFINED; field in BearerData421 builder.append(", errorClass=" + (messageStatusSet ? errorClass : "unset")); in toString()850 outStream.write(2, bData.errorClass); in encodeMsgStatus()1498 bData.errorClass = inStream.read(2); in decodeMsgStatus()
380 jclass errorClass = FindClassOrDie(env, "java/lang/Error"); in register_android_os_HwBinder() local381 gErrorClass = MakeGlobalRefOrDie(env, errorClass); in register_android_os_HwBinder()
3054 msg.errorClass = success ? 0 : 1; in acknowledgeLastIncomingCdmaSms()