• Home
  • Raw
  • Download

Lines Matching refs:CellBroadcastChannelManager

52 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
257 CellBroadcastChannelRange range = CellBroadcastChannelManager in shouldDisplayMessage()
405 if (CellBroadcastChannelManager.isEmergencyMessage(this, cbm)) { in showNewAlert()
453 ArrayList<CellBroadcastChannelRange> ranges = CellBroadcastChannelManager in isChannelEnabled()
461 if (!CellBroadcastChannelManager.checkScope(getApplicationContext(), in isChannelEnabled()
499 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in isChannelEnabled()
506 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in isChannelEnabled()
511 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in isChannelEnabled()
517 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in isChannelEnabled()
523 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in isChannelEnabled()
530 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in isChannelEnabled()
532 || CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in isChannelEnabled()
534 || CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in isChannelEnabled()
541 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in isChannelEnabled()
548 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in isChannelEnabled()
600 ArrayList<CellBroadcastChannelRange> ranges = CellBroadcastChannelManager in openEmergencyAlertNotification()
611 CellBroadcastChannelRange range = CellBroadcastChannelManager in openEmergencyAlertNotification()
691 final String channelId = CellBroadcastChannelManager.isEmergencyMessage(context, message) in addToNotificationBar()
736 && !CellBroadcastChannelManager.isEmergencyMessage(context, message)) { in addToNotificationBar()