Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java386 if (mMessageList == null || mMessageList.size() == 0) { in onCreate()
515 int index = mMessageList.size() - 1; in getLatestMessage()
517 return mMessageList.get(index); in getLatestMessage()
526 int index = mMessageList.size() - 1; in removeLatestMessage()
730 if (mMessageList.size() > 1) { in updateAlertText()
848 mMessageList.removeIf( in onNewIntent()
857 mMessageList, in onNewIntent()
930 if (mMessageList != null) { in dismissAllFromNotification()
931 mMessageList.clear(); in dismissAllFromNotification()
1147 if (mMessageList != null) { in setFinishAlertOnTouchOutside()
[all …]
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastAlertDialogTest.java91 private ArrayList<SmsCbMessage> mMessageList; field in CellBroadcastAlertDialogTest
95 mMessageList = new ArrayList<>(1); in createActivityIntent()
96 mMessageList.add(CellBroadcastAlertServiceTest.createMessageForCmasMessageClass(12412, in createActivityIntent()
103 mMessageList); in createActivityIntent()
203 mMessageList.add(CellBroadcastAlertServiceTest.createMessageForCmasMessageClass(12413, in testOnNewIntent()
207 new ArrayList<>(mMessageList)); in testOnNewIntent()
300 mMessageList = new ArrayList<>(1); in testOnKeyDownWithEmptyMessageList()
305 mMessageList); in testOnKeyDownWithEmptyMessageList()