Searched refs:mDisplayDialogWithNotification (Results 1 – 3 of 3) sorted by relevance
135 assertFalse(list.get(0).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()147 assertFalse(list.get(1).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()159 assertFalse(list.get(2).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()170 assertTrue(list.get(3).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()181 assertFalse(list.get(4).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()194 assertFalse(list.get(5).mDisplayDialogWithNotification); in verifyChannelRangesForConfig1()235 assertFalse(list.get(0).mDisplayDialogWithNotification); in verifyChannelRangesForConfig2()247 assertFalse(list.get(1).mDisplayDialogWithNotification); in verifyChannelRangesForConfig2()259 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()
474 || (range != null && range.mDisplayDialogWithNotification)) { in showNewAlert()