Searched refs:mWarningSecurityInformation (Results 1 – 1 of 1) sorted by relevance
94 private final byte[] mWarningSecurityInformation; field in SmsCbEtwsInfo113 mWarningSecurityInformation = warningSecurityInformation; in SmsCbEtwsInfo()122 mWarningSecurityInformation = in.createByteArray(); in SmsCbEtwsInfo()137 dest.writeByteArray(mWarningSecurityInformation); in writeToParcel()179 if (mWarningSecurityInformation == null || mWarningSecurityInformation.length < 7) { in getPrimaryNotificationTimestamp()183 int year = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[0]); in getPrimaryNotificationTimestamp()184 int month = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[1]); in getPrimaryNotificationTimestamp()185 int day = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[2]); in getPrimaryNotificationTimestamp()186 int hour = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[3]); in getPrimaryNotificationTimestamp()187 int minute = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[4]); in getPrimaryNotificationTimestamp()[all …]