Searched refs:countryCodes (Results 1 – 7 of 7) sorted by relevance
148 public AccessControllerMetricsStats setCountryCodes(List<String> countryCodes) { in setCountryCodes() argument149 mCountryCodes = countryCodes.stream().toArray(String[]::new); in setCountryCodes()
135 private void verifyCountryCodeNotified(String[] countryCodes) { in verifyCountryCodeNotified() argument137 verify(mContext, times(countryCodes.length)).sendBroadcast(intentArgumentCaptor.capture()); in verifyCountryCodeNotified()140 for (int i = 0; i < countryCodes.length; i++) { in verifyCountryCodeNotified()143 assertEquals(countryCodes[i], intents.get(i).getStringExtra( in verifyCountryCodeNotified()
63 mConfigData.deviceSatelliteRegion.countryCodes); in SatelliteConfig()
2104 public Builder setCountryCodes(String[] countryCodes) { in setCountryCodes() argument2105 this.mCountryCodes = Arrays.stream(countryCodes).toArray(String[]::new); in setCountryCodes()2318 proto.countryCodes = param.getCountryCodes(); in onSatelliteAccessControllerMetrics()
1612 stats.countryCodes, in buildStatsEvent()
476 assertEquals(param.getCountryCodes(), stats.countryCodes); in onSatelliteAccessControllerMetrics_withAtoms()
1415 mSatelliteAccessController1.countryCodes = new String[]{"AB", "CD"}; in generateTestSatelliteData()1426 mSatelliteAccessController2.countryCodes = new String[]{"EF", "GH"}; in generateTestSatelliteData()5947 && Arrays.equals(stats.countryCodes, expectedStats.countryCodes) in assertHasStatsAndCount()