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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java330 ArrayList<CellBroadcastMessage> messageList = new ArrayList<CellBroadcastMessage>(1);
331 messageList.add(message);
333 Intent alertDialogIntent = createDisplayMessageIntent(this, c, messageList);
349 ArrayList<CellBroadcastMessage> messageList = CellBroadcastReceiverApp
354 messageList);
371 int unreadCount = messageList.size();
387 ArrayList<CellBroadcastMessage> messageList) {
390 intent.putParcelableArrayListExtra(CellBroadcastMessage.SMS_CB_MESSAGE_EXTRA, messageList);
386 createDisplayMessageIntent(Context context, Class intentClass, ArrayList<CellBroadcastMessage> messageList) argument

Completed in 47 milliseconds