Searched refs:roamingOperator (Results 1 – 3 of 3) sorted by relevance
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 251 String roamingOperator = null; in onServiceStateChanged() local 271 roamingOperator = ""; in onServiceStateChanged() 284 roamingOperator = networkOperator; in onServiceStateChanged() 292 roamingOperator = networkMcc; in onServiceStateChanged() 297 roamingOperator = r; in onServiceStateChanged() 307 || (roamingOperator != null && !roamingOperator.equals( in onServiceStateChanged() 315 if (roamingOperator != null) { in onServiceStateChanged() 316 log("update supported roaming operator as " + roamingOperator); in onServiceStateChanged() 317 setRoamingOperatorSupported(roamingOperator); in onServiceStateChanged() 320 .onChangedRoamingSupport(!TextUtils.isEmpty(roamingOperator) ? true : false); in onServiceStateChanged() [all …]
|
D | CellBroadcastConfigService.java | 129 String roamingOperator = CellBroadcastReceiver.getRoamingOperatorSupported( in onHandleIntent() local 133 roamingOperator.isEmpty() ? "" : roamingOperator, in onHandleIntent() 255 String roamingOperator = CellBroadcastReceiver.getRoamingOperatorSupported(this); in enableCellBroadcastChannels() local 256 if (!TextUtils.isEmpty(roamingOperator)) { in enableCellBroadcastChannels() 257 config.addAll(getCellBroadcastChannelsConfig(subId, roamingOperator)); in enableCellBroadcastChannels() 263 private List<CbConfig> getCellBroadcastChannelsConfig(int subId, String roamingOperator) { in getCellBroadcastChannelsConfig() argument 266 Resources res = getResources(subId, roamingOperator); in getCellBroadcastChannelsConfig() 267 boolean isRoaming = !TextUtils.isEmpty(roamingOperator); in getCellBroadcastChannelsConfig() 298 .isTestAlertsToggleVisible(getApplicationContext(), roamingOperator) in getCellBroadcastChannelsConfig() 339 return getCellBroadcastChannelsConfig(subId, roamingOperator, enableAlertsMasterToggle, in getCellBroadcastChannelsConfig()
|
D | CellBroadcastAlertService.java | 1152 String roamingOperator = CellBroadcastReceiver.getRoamingOperatorSupported(this); in checkAlertConfigEnabled() local 1154 if (!roamingOperator.isEmpty()) { in checkAlertConfigEnabled() 1158 mContext, subId, roamingOperator).getBoolean(resId); in checkAlertConfigEnabled()
|