Home
last modified time | relevance | path

Searched refs:allConfigs (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCarrierConfigManagerTest.java278 private void checkConfigSubset(PersistableBundle configSubset, PersistableBundle allConfigs, in checkConfigSubset() argument
281 assertThat(allConfigs).isNotNull(); in checkConfigSubset()
290 Object value = allConfigs.get(key); in checkConfigSubset()
389 PersistableBundle allConfigs = mConfigManager.getConfig(); in testGetConfig_withValidKeys() local
390 Set<String> allKeys = allConfigs.keySet(); in testGetConfig_withValidKeys()
395 checkConfigSubset(configSubset, allConfigs, key); in testGetConfig_withValidKeys()
464 PersistableBundle allConfigs = mConfigManager.getConfigForSubId(defaultSubId); in testGetConfigForSubId_withValidSingleKey() local
465 Set<String> allKeys = allConfigs.keySet(); in testGetConfigForSubId_withValidSingleKey()
470 checkConfigSubset(configSubset, allConfigs, key); in testGetConfigForSubId_withValidSingleKey()
477 PersistableBundle allConfigs = mConfigManager.getConfigForSubId(defaultSubId); in testGetConfigForSubId_withValidMultipleKeys() local
[all …]
/cts/hostsidetests/angle/app/common/src/com/android/angleIntegrationTest/common/
DGlesView.java57 EGLConfig[] allConfigs = new EGLConfig[numConfigs[0]]; in createEGL() local
58 EGL.eglGetConfigs(display, allConfigs, numConfigs[0], numConfigs); in createEGL()
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java1229 List<CarPropertyConfig> allConfigs = mCarPropertyManager.getPropertyList(); in testGetPropertyList() local
1230 assertThat(allConfigs).isNotNull(); in testGetPropertyList()
1257 List<CarPropertyConfig> allConfigs = mCarPropertyManager.getPropertyList(); in testGetPropertyConfig() local
1258 for (CarPropertyConfig cfg : allConfigs) { in testGetPropertyConfig()
1273 List<CarPropertyConfig> allConfigs = mCarPropertyManager.getPropertyList(); in testGetAreaId() local
1274 for (CarPropertyConfig cfg : allConfigs) { in testGetAreaId()
8201 List<CarPropertyConfig> allConfigs = mCarPropertyManager.getPropertyList();
8202 for (CarPropertyConfig cfg : allConfigs) {