OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:warningType
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsCbHeader.java
113
int
warningType
= (pdu[4] & 0xfe) >>> 1;
121
mEtwsInfo = new SmsCbEtwsInfo(
warningType
, emergencyUserAlert, activatePopup,
168
int
warningType
= getEtwsWarningType();
169
mEtwsInfo = new SmsCbEtwsInfo(
warningType
, emergencyUserAlert, activatePopup, null);
/frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java
148
int
warningType
= cursor.getInt(etwsWarningTypeColumn);
149
etwsInfo = new SmsCbEtwsInfo(
warningType
, false, false, null);
Completed in 24 milliseconds