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.java584 public boolean checkScope(int rangeScope) { in checkScope() argument
585 if (rangeScope == CellBroadcastChannelRange.SCOPE_UNKNOWN) return true; in checkScope()
604 && rangeScope == CellBroadcastChannelRange.SCOPE_DOMESTIC) { in checkScope()
607 && rangeScope == CellBroadcastChannelRange.SCOPE_INTERNATIONAL) { in checkScope()