Searched refs:checkCellBroadcastChannelRange (Results 1 – 3 of 3) sorted by relevance
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastResources.java | 269 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in getDialogTitleResource() 275 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in getDialogTitleResource() 280 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in getDialogTitleResource() 293 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in getDialogTitleResource() 297 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in getDialogTitleResource() 302 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in getDialogTitleResource() 306 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in getDialogTitleResource() 310 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in getDialogTitleResource() 314 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in getDialogTitleResource() 318 if (CellBroadcastChannelManager.checkCellBroadcastChannelRange(subId, in getDialogTitleResource()
|
D | CellBroadcastAlertService.java | 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()
|
D | CellBroadcastChannelManager.java | 263 public static boolean checkCellBroadcastChannelRange(int subId, int channel, int key, in checkCellBroadcastChannelRange() method in CellBroadcastChannelManager 322 if (checkCellBroadcastChannelRange(subId, channel, key, context)) { in getCellBroadcastChannelRangeFromMessage()
|