Lines Matching refs:CellBroadcastReceiver
258 CellBroadcastReceiver.getRoamingOperatorSupported(mContext)) in shouldDisplayMessage()
345 if (range != null && range.mTestMode && !CellBroadcastReceiver.isTestingMode(mContext)) { in shouldDisplayMessage()
435 if (CellBroadcastReceiver.isTestingMode(getApplicationContext()) in handleCellBroadcastIntent()
474 CellBroadcastReceiver.getRoamingOperatorSupported(mContext)) in showNewAlert()
530 CellBroadcastReceiver.getRoamingOperatorSupported(this)); in isChannelEnabled()
721 CellBroadcastReceiver.getRoamingOperatorSupported(mContext)) in openEmergencyAlertNotification()
815 CellBroadcastReceiver.getRoamingOperatorSupported(context)); in addToNotificationBar()
1058 deleteIntent.setAction(CellBroadcastReceiver.ACTION_MARK_AS_READ); in createMarkAsReadIntent()
1059 deleteIntent.putExtra(CellBroadcastReceiver.EXTRA_DELIVERY_TIME, deliveryTime); in createMarkAsReadIntent()
1060 deleteIntent.putExtra(CellBroadcastReceiver.EXTRA_NOTIF_ID, notificationId); in createMarkAsReadIntent()
1152 String roamingOperator = CellBroadcastReceiver.getRoamingOperatorSupported(this); in checkAlertConfigEnabled()