Searched refs:mWarningSecurityInformation (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbEtwsInfo.java69 private final byte[] mWarningSecurityInformation; field in class:SmsCbEtwsInfo
77 mWarningSecurityInformation = warningSecurityInformation;
85 mWarningSecurityInformation = in.createByteArray();
99 dest.writeByteArray(mWarningSecurityInformation);
132 if (mWarningSecurityInformation == null || mWarningSecurityInformation.length < 7) {
136 int year = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[0]);
137 int month = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[1]);
138 int day = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[2]);
139 int hour = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[
[all...]

Completed in 96 milliseconds