Searched refs:mCountryCodes (Results 1 – 2 of 2) sorted by relevance
43 private String[] mCountryCodes; field in AccessControllerMetricsStats71 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()
1991 private final String[] mCountryCodes; field in SatelliteStats.SatelliteAccessControllerParams2002 this.mCountryCodes = builder.mCountryCodes; in SatelliteAccessControllerParams()2035 return mCountryCodes; in getCountryCodes()2053 private String[] mCountryCodes; field in SatelliteStats.SatelliteAccessControllerParams.Builder2105 this.mCountryCodes = Arrays.stream(countryCodes).toArray(String[]::new); in setCountryCodes()2136 + ", CountryCodes=" + Arrays.toString(mCountryCodes) in toString()