OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:warningType
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
SmsCbEtwsInfo.java
75
public SmsCbEtwsInfo(int
warningType
, boolean emergencyUserAlert, boolean activatePopup,
77
mWarningType =
warningType
;
197
return "SmsCbEtwsInfo{
warningType
=" + mWarningType + ", emergencyUserAlert="
/frameworks/base/telephony/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,
/frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java
175
int
warningType
= cursor.getInt(etwsWarningTypeColumn);
176
etwsInfo = new SmsCbEtwsInfo(
warningType
, false, false, false, null);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java
442
int
warningType
= message.getEtwsWarningInfo().getWarningType();
444
switch (
warningType
) {
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
md8475a.py
1068
def send_etws_lte_wcdma(self, serialNo, messageID,
warningType
,
1083
'&
WarningType
={}&wm={}&UserAlert={}&Popup={}&dcs=0x10&LanguageCode=en"'
1084
).format(serialNo, messageID, messageID,
warningType
, warningMessage,
[
all
...]
/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
/prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-6.0.0_r1-robolectric-0.jar
/external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar
Completed in 436 milliseconds