OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cbm
(Results
1 - 4
of
4
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastResources.java
41
public static CharSequence getMessageDetails(Context context, CellBroadcastMessage
cbm
) {
50
buf.append(
cbm
.getDateString(context));
52
if (
cbm
.isCmasMessage()) {
54
appendCmasAlertDetails(context, buf,
cbm
.getCmasWarningInfo());
239
public static int getDialogTitleResource(CellBroadcastMessage
cbm
) {
241
SmsCbEtwsInfo etwsInfo =
cbm
.getEtwsWarningInfo();
263
SmsCbCmasInfo cmasInfo =
cbm
.getCmasWarningInfo();
292
if (CellBroadcastConfigService.isEmergencyAlertMessage(
cbm
)) {
CellBroadcastAlertService.java
141
final CellBroadcastMessage
cbm
= new CellBroadcastMessage(message);
local
142
if (!isMessageEnabledByUser(
cbm
)) {
143
Log.d(TAG, "ignoring alert of type " +
cbm
.getServiceCategory() +
177
alertIntent.putExtra("message",
cbm
);
184
if (provider.insertNewBroadcast(
cbm
)) {
202
CellBroadcastMessage
cbm
= (CellBroadcastMessage) extras.get("message");
local
204
if (
cbm
== null) {
209
if (CellBroadcastConfigService.isEmergencyAlertMessage(
cbm
)) {
211
openEmergencyAlertNotification(
cbm
);
214
addToNotificationBar(
cbm
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 141 milliseconds