Searched refs:getCellBroadcastChannelsConfig (Results 1 – 1 of 1) sorted by relevance
253 List<CbConfig> config = getCellBroadcastChannelsConfig(subId, null); in enableCellBroadcastChannels()257 config.addAll(getCellBroadcastChannelsConfig(subId, roamingOperator)); in enableCellBroadcastChannels()263 private List<CbConfig> getCellBroadcastChannelsConfig(int subId, String roamingOperator) { in getCellBroadcastChannelsConfig() method in CellBroadcastConfigService339 return getCellBroadcastChannelsConfig(subId, roamingOperator, enableAlertsMasterToggle, in getCellBroadcastChannelsConfig()347 private List<CbConfig> getCellBroadcastChannelsConfig(int subId, @NonNull String operator, in getCellBroadcastChannelsConfig() method in CellBroadcastConfigService