OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:warningType
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/telephony/src/java/android/telephony/
SmsCbEtwsInfo.java
75
public SmsCbEtwsInfo(int
warningType
, boolean emergencyUserAlert, boolean activatePopup,
77
mWarningType =
warningType
;
197
return "SmsCbEtwsInfo{
warningType
=" + mWarningType + ", emergencyUserAlert="
CellBroadcastMessage.java
175
int
warningType
= cursor.getInt(etwsWarningTypeColumn);
176
etwsInfo = new SmsCbEtwsInfo(
warningType
, false, false, false, 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,
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java
392
int
warningType
= message.getEtwsWarningInfo().getWarningType();
394
switch (
warningType
) {
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 1435 milliseconds