Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastChannelManagerTest.java131 assertFalse(list.get(0).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()
143 assertFalse(list.get(1).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()
155 assertFalse(list.get(2).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()
166 assertTrue(list.get(3).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()
177 assertFalse(list.get(4).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()
190 assertFalse(list.get(5).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()
206 assertFalse(list.get(0).mDisplayDialogWithNotification); in verifyChannelRangesForConfig2()
218 assertFalse(list.get(1).mDisplayDialogWithNotification); in verifyChannelRangesForConfig2()
230 assertFalse(list.get(2).mDisplayDialogWithNotification); in verifyChannelRangesForConfig2()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java184 public boolean mDisplayDialogWithNotification = false; field in CellBroadcastChannelManager.CellBroadcastChannelRange
301 mDisplayDialogWithNotification = true; in CellBroadcastChannelRange()
338 + ", mDisplayDialogWithNotification=" + mDisplayDialogWithNotification + "]"; in toString()
DCellBroadcastAlertService.java436 || (range != null && range.mDisplayDialogWithNotification)) { in showNewAlert()