HomeSort by relevance Sort by last modified time
    Searched full:mwarningsecurityinformation (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbEtwsInfo.java 69 private final byte[] mWarningSecurityInformation;
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[3])
    [all...]

Completed in 1227 milliseconds