Searched refs:mDisplayDialogWithNotification (Results 1 – 3 of 3) sorted by relevance
136 assertFalse(list.get(0).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()148 assertFalse(list.get(1).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()160 assertFalse(list.get(2).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()171 assertTrue(list.get(3).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()182 assertFalse(list.get(4).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()195 assertFalse(list.get(5).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()236 assertFalse(list.get(0).mDisplayDialogWithNotification); in verifyChannelRangesForConfig2()248 assertFalse(list.get(1).mDisplayDialogWithNotification); in verifyChannelRangesForConfig2()260 assertFalse(list.get(2).mDisplayDialogWithNotification); in verifyChannelRangesForConfig2()
187 public boolean mDisplayDialogWithNotification = false; field in CellBroadcastChannelManager.CellBroadcastChannelRange309 mDisplayDialogWithNotification = true; in CellBroadcastChannelRange()361 + ", mDisplayDialogWithNotification=" + mDisplayDialogWithNotification in toString()
500 || (range != null && range.mDisplayDialogWithNotification)) { in showNewAlert()