Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastChannelManager.java396 public boolean checkScope(int rangeScope) { in checkScope() argument
397 if (rangeScope == CellBroadcastChannelRange.SCOPE_UNKNOWN) return true; in checkScope()
416 && rangeScope == CellBroadcastChannelRange.SCOPE_DOMESTIC) { in checkScope()
419 && rangeScope == CellBroadcastChannelRange.SCOPE_INTERNATIONAL) { in checkScope()