Home
last modified time | relevance | path

Searched refs:unreadMessageList (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java1123 ArrayList<SmsCbMessage> unreadMessageList = CellBroadcastReceiverApp in removeReadMessageFromNotificationBar() local
1125 if (unreadMessageList.isEmpty()) { in removeReadMessageFromNotificationBar()
1131 + unreadMessageList.size() ); in removeReadMessageFromNotificationBar()
1135 unreadMessageList, context,false, false, false); in removeReadMessageFromNotificationBar() local