Searched defs:etwsWarningType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsCbHeader.java77 public final int etwsWarningType; field in class:SmsCbHeader
95 etwsWarningType = (pdu[4] & 0xfe) >> 1;
118 etwsWarningType = -1;
143 etwsWarningType = -1;

Completed in 113 milliseconds