OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMessageList
(Results
1 - 2
of
2
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java
69
protected ArrayList<CellBroadcastMessage>
mMessageList
;
229
int index =
mMessageList
.size() - 1;
231
return
mMessageList
.get(index);
239
int index =
mMessageList
.size() - 1;
241
return
mMessageList
.remove(index);
278
mMessageList
= savedInstanceState.getParcelableArrayList(
283
mMessageList
= intent.getParcelableArrayListExtra(
290
if (
mMessageList
== null ||
mMessageList
.size() == 0) {
294
Log.d(TAG, "onCreate loaded message list of size " +
mMessageList
.size())
[
all
...]
CellBroadcastAlertDialog.java
78
i.putParcelableArrayListExtra(CellBroadcastMessage.SMS_CB_MESSAGE_EXTRA,
mMessageList
);
Completed in 43 milliseconds