Searched refs:allConfigs (Results 1 – 3 of 3) sorted by relevance
278 private void checkConfigSubset(PersistableBundle configSubset, PersistableBundle allConfigs, in checkConfigSubset() argument281 assertThat(allConfigs).isNotNull(); in checkConfigSubset()290 Object value = allConfigs.get(key); in checkConfigSubset()389 PersistableBundle allConfigs = mConfigManager.getConfig(); in testGetConfig_withValidKeys() local390 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() local465 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 …]
57 EGLConfig[] allConfigs = new EGLConfig[numConfigs[0]]; in createEGL() local58 EGL.eglGetConfigs(display, allConfigs, numConfigs[0], numConfigs); in createEGL()
1229 List<CarPropertyConfig> allConfigs = mCarPropertyManager.getPropertyList(); in testGetPropertyList() local1230 assertThat(allConfigs).isNotNull(); in testGetPropertyList()1257 List<CarPropertyConfig> allConfigs = mCarPropertyManager.getPropertyList(); in testGetPropertyConfig() local1258 for (CarPropertyConfig cfg : allConfigs) { in testGetPropertyConfig()1273 List<CarPropertyConfig> allConfigs = mCarPropertyManager.getPropertyList(); in testGetAreaId() local1274 for (CarPropertyConfig cfg : allConfigs) { in testGetAreaId()8201 List<CarPropertyConfig> allConfigs = mCarPropertyManager.getPropertyList();8202 for (CarPropertyConfig cfg : allConfigs) {