OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEmergencyAlertMessage
(Results
1 - 6
of
6
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialog.java
48
if (CellBroadcastConfigService.
isEmergencyAlertMessage
(getLatestMessage())) {
CellBroadcastAlertFullScreen.java
294
if (CellBroadcastConfigService.
isEmergencyAlertMessage
(message) &&
369
if (message != null && CellBroadcastConfigService.
isEmergencyAlertMessage
(message)) {
425
if (CellBroadcastConfigService.
isEmergencyAlertMessage
(nextMessage)) {
CellBroadcastConfigService.java
106
static boolean
isEmergencyAlertMessage
(CellBroadcastMessage message) {
107
if (message.
isEmergencyAlertMessage
()) {
CellBroadcastResources.java
292
if (CellBroadcastConfigService.
isEmergencyAlertMessage
(cbm)) {
CellBroadcastAlertService.java
209
if (CellBroadcastConfigService.
isEmergencyAlertMessage
(cbm)) {
/frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java
326
public boolean
isEmergencyAlertMessage
() {
Completed in 137 milliseconds