OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMS_CB_MESSAGE_EXTRA
(Results
1 - 5
of
5
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialog.java
77
i.putParcelableArrayListExtra(CellBroadcastMessage.
SMS_CB_MESSAGE_EXTRA
, mMessageList);
CellBroadcastAlertFullScreen.java
273
CellBroadcastMessage.
SMS_CB_MESSAGE_EXTRA
);
278
CellBroadcastMessage.
SMS_CB_MESSAGE_EXTRA
);
311
CellBroadcastMessage.
SMS_CB_MESSAGE_EXTRA
);
319
Log.e(TAG, "onNewIntent called without
SMS_CB_MESSAGE_EXTRA
, ignoring");
341
outState.putParcelableArrayList(CellBroadcastMessage.
SMS_CB_MESSAGE_EXTRA
, mMessageList);
CellBroadcastListActivity.java
166
i.putParcelableArrayListExtra(CellBroadcastMessage.
SMS_CB_MESSAGE_EXTRA
, messageList);
CellBroadcastAlertService.java
398
intent.putParcelableArrayListExtra(CellBroadcastMessage.
SMS_CB_MESSAGE_EXTRA
, messageList);
/frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java
43
public static final String
SMS_CB_MESSAGE_EXTRA
=
Completed in 481 milliseconds