Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/metrics/
DAccessControllerMetricsStats.java43 private String[] mCountryCodes; field in AccessControllerMetricsStats
71 mCountryCodes = new String[0]; in initializeAccessControllerMetricsParam()
149 mCountryCodes = countryCodes.stream().toArray(String[]::new); in setCountryCodes()
150 logd("setCountryCodes: country code is " + Arrays.toString(mCountryCodes)); in setCountryCodes()
175 .setCountryCodes(mCountryCodes) in reportAccessControllerMetrics()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DSatelliteStats.java1991 private final String[] mCountryCodes; field in SatelliteStats.SatelliteAccessControllerParams
2002 this.mCountryCodes = builder.mCountryCodes; in SatelliteAccessControllerParams()
2035 return mCountryCodes; in getCountryCodes()
2053 private String[] mCountryCodes; field in SatelliteStats.SatelliteAccessControllerParams.Builder
2105 this.mCountryCodes = Arrays.stream(countryCodes).toArray(String[]::new); in setCountryCodes()
2136 + ", CountryCodes=" + Arrays.toString(mCountryCodes) in toString()