Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java306 public boolean checkScope(int rangeScope) { in checkScope() argument
307 if (rangeScope == CellBroadcastChannelRange.SCOPE_UNKNOWN) return true; in checkScope()
326 && rangeScope == CellBroadcastChannelRange.SCOPE_DOMESTIC) { in checkScope()
329 && rangeScope == CellBroadcastChannelRange.SCOPE_INTERNATIONAL) { in checkScope()