Searched refs:mWarningSecurityInformation (Results 1 – 1 of 1) sorted by relevance
69 private final byte[] mWarningSecurityInformation; field in SmsCbEtwsInfo77 mWarningSecurityInformation = warningSecurityInformation; in SmsCbEtwsInfo()85 mWarningSecurityInformation = in.createByteArray(); in SmsCbEtwsInfo()99 dest.writeByteArray(mWarningSecurityInformation); in writeToParcel()132 if (mWarningSecurityInformation == null || mWarningSecurityInformation.length < 7) { in getPrimaryNotificationTimestamp()136 int year = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[0]); in getPrimaryNotificationTimestamp()137 int month = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[1]); in getPrimaryNotificationTimestamp()138 int day = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[2]); in getPrimaryNotificationTimestamp()139 int hour = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[3]); in getPrimaryNotificationTimestamp()140 int minute = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[4]); in getPrimaryNotificationTimestamp()[all …]