Searched defs:messageList (Results 1 - 1 of 1) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java432 ArrayList<CellBroadcastMessage> messageList = new ArrayList<CellBroadcastMessage>(1);
433 messageList.add(message);
435 Intent alertDialogIntent = createDisplayMessageIntent(this, c, messageList);
451 ArrayList<CellBroadcastMessage> messageList = CellBroadcastReceiverApp
456 messageList);
477 int unreadCount = messageList.size();
493 ArrayList<CellBroadcastMessage> messageList) {
496 intent.putParcelableArrayListExtra(CellBroadcastMessage.SMS_CB_MESSAGE_EXTRA, messageList);
492 createDisplayMessageIntent(Context context, Class intentClass, ArrayList<CellBroadcastMessage> messageList) argument

Completed in 72 milliseconds