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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java338 ArrayList<CellBroadcastMessage> messageList = new ArrayList<CellBroadcastMessage>(1);
339 messageList.add(message);
341 Intent alertDialogIntent = createDisplayMessageIntent(this, c, messageList);
357 ArrayList<CellBroadcastMessage> messageList = CellBroadcastReceiverApp
362 messageList);
383 int unreadCount = messageList.size();
399 ArrayList<CellBroadcastMessage> messageList) {
402 intent.putParcelableArrayListExtra(CellBroadcastMessage.SMS_CB_MESSAGE_EXTRA, messageList);
398 createDisplayMessageIntent(Context context, Class intentClass, ArrayList<CellBroadcastMessage> messageList) argument

Completed in 106 milliseconds