Searched refs:getCellBroadcastChannelRanges (Results 1 – 7 of 7) sorted by relevance
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastConfigService.java | 186 CellBroadcastChannelManager.getInstance().getCellBroadcastChannelRanges(this, in setCellBroadcastOnSub() 191 CellBroadcastChannelManager.getInstance().getCellBroadcastChannelRanges(this, in setCellBroadcastOnSub() 196 CellBroadcastChannelManager.getInstance().getCellBroadcastChannelRanges(this, in setCellBroadcastOnSub() 201 CellBroadcastChannelManager.getInstance().getCellBroadcastChannelRanges(this, in setCellBroadcastOnSub() 206 CellBroadcastChannelManager.getInstance().getCellBroadcastChannelRanges(this, in setCellBroadcastOnSub() 209 CellBroadcastChannelManager.getInstance().getCellBroadcastChannelRanges(this, in setCellBroadcastOnSub() 212 CellBroadcastChannelManager.getInstance().getCellBroadcastChannelRanges(this, in setCellBroadcastOnSub() 217 CellBroadcastChannelManager.getInstance().getCellBroadcastChannelRanges(this, in setCellBroadcastOnSub() 222 CellBroadcastChannelManager.getInstance().getCellBroadcastChannelRanges(this, in setCellBroadcastOnSub() 227 CellBroadcastChannelManager.getInstance().getCellBroadcastChannelRanges(this, in setCellBroadcastOnSub() [all …]
|
D | CellBroadcastSettings.java | 335 if (CellBroadcastChannelManager.getCellBroadcastChannelRanges( in onCreatePreferences() 346 if (CellBroadcastChannelManager.getCellBroadcastChannelRanges( in onCreatePreferences() 356 if (CellBroadcastChannelManager.getCellBroadcastChannelRanges( in onCreatePreferences() 414 return !CellBroadcastChannelManager.getCellBroadcastChannelRanges( in isTestAlertsAvailable() 416 || !CellBroadcastChannelManager.getCellBroadcastChannelRanges( in isTestAlertsAvailable() 418 || !CellBroadcastChannelManager.getCellBroadcastChannelRanges( in isTestAlertsAvailable() 421 || !CellBroadcastChannelManager.getCellBroadcastChannelRanges( in isTestAlertsAvailable()
|
D | CellBroadcastChannelManager.java | 215 public static ArrayList<CellBroadcastChannelRange> getCellBroadcastChannelRanges( in getCellBroadcastChannelRanges() method in CellBroadcastChannelManager 248 result.addAll(getCellBroadcastChannelRanges(context, key)); in getAllCellBroadcastChannelRanges() 266 .getInstance().getCellBroadcastChannelRanges(context, key); in checkCellBroadcastChannelRange() 323 ranges = getCellBroadcastChannelRanges(context, key); in getCellBroadcastChannelRangeFromMessage() 353 getCellBroadcastChannelRanges(context, key); in isEmergencyMessage()
|
D | CellBroadcastSearchIndexableProvider.java | 102 if (!CellBroadcastChannelManager.getCellBroadcastChannelRanges( in queryRawData() 108 if (!CellBroadcastChannelManager.getCellBroadcastChannelRanges( in queryRawData()
|
D | CellBroadcastResources.java | 325 .getInstance().getCellBroadcastChannelRanges(context, in getDialogTitleResource()
|
D | CellBroadcastAlertService.java | 454 .getInstance().getCellBroadcastChannelRanges(getApplicationContext(), in isChannelEnabled()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastChannelManagerTest.java | 63 .getCellBroadcastChannelRanges(mContext, R.array.additional_cbs_channels_strings); in testGetCellBroadcastChannelRanges()
|