Searched refs:mWarningSecurityInformation (Results 1 – 2 of 2) sorted by relevance
95 private final byte[] mWarningSecurityInformation; field in SmsCbEtwsInfo114 mWarningSecurityInformation = warningSecurityInformation; in SmsCbEtwsInfo()123 mWarningSecurityInformation = in.createByteArray(); in SmsCbEtwsInfo()138 dest.writeByteArray(mWarningSecurityInformation); in writeToParcel()180 if (mWarningSecurityInformation == null || mWarningSecurityInformation.length < 7) { in getPrimaryNotificationTimestamp()184 int year = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[0]); in getPrimaryNotificationTimestamp()186 int day = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[2]); in getPrimaryNotificationTimestamp()187 int hour = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[3]); in getPrimaryNotificationTimestamp()196 byte tzByte = mWarningSecurityInformation[6]; in getPrimaryNotificationTimestamp()231 if (mWarningSecurityInformation == null || mWarningSecurityInformation.length < 50) { in getPrimaryNotificationSignature()[all …]
58566 Landroid/telephony/SmsCbEtwsInfo;->mWarningSecurityInformation:[B