Home
last modified time | relevance | path

Searched refs:checkCellBroadcastChannelRange (Results 1 – 3 of 3) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastResources.java269 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()
DCellBroadcastAlertService.java499 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()
DCellBroadcastChannelManager.java263 public static boolean checkCellBroadcastChannelRange(int subId, int channel, int key, in checkCellBroadcastChannelRange() method in CellBroadcastChannelManager
322 if (checkCellBroadcastChannelRange(subId, channel, key, context)) { in getCellBroadcastChannelRangeFromMessage()