Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteConfig.java160 public List<String> getDeviceSatelliteCountryCodes() { in getDeviceSatelliteCountryCodes() method in SatelliteConfig
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteConfigParserTest.java175 List<String> tempList = satelliteConfigParser.getConfig().getDeviceSatelliteCountryCodes(); in testGetDeviceSatelliteCountryCodes()