OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CellBroadcastConfigService
(Results
1 - 5
of
5
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java
69
* Tell {@link
CellBroadcastConfigService
} to enable the CB channels.
76
Intent serviceIntent = new Intent(
CellBroadcastConfigService
.ACTION_ENABLE_CHANNELS,
77
null, context,
CellBroadcastConfigService
.class);
CellBroadcastConfigService.java
45
public class
CellBroadcastConfigService
extends IntentService {
46
private static final String TAG = "
CellBroadcastConfigService
";
50
public
CellBroadcastConfigService
() {
CellBroadcastAlertService.java
101
if (cbm.isEmergencyAlertMessage() ||
CellBroadcastConfigService
195
if (message.isEmergencyAlertMessage() ||
CellBroadcastConfigService
CellBroadcastListActivity.java
186
boolean isAlertMessage = cbm.isPublicAlertMessage() ||
CellBroadcastConfigService
273
boolean isEmergencyAlert = cbm.isPublicAlertMessage() ||
CellBroadcastConfigService
CellBroadcastMessage.java
288
CellBroadcastConfigService
.isOperatorDefinedEmergencyId(
Completed in 187 milliseconds