Searched refs:configIntArray (Results 1 – 2 of 2) sorted by relevance
121 int[] configIntArray = getConfigArray(); in toCarPropertyConfig() local122 ArrayList<Integer> configArray = new ArrayList<>(configIntArray.length); in toCarPropertyConfig()127 supportedEnumValues = new long[configIntArray.length]; in toCarPropertyConfig()129 for (int i = 0; i < configIntArray.length; i++) { in toCarPropertyConfig()130 configArray.add(configIntArray[i]); in toCarPropertyConfig()132 supportedEnumValues[i] = (long) configIntArray[i]; in toCarPropertyConfig()
205 int[] configIntArray = in testGetConfig_ValidRetrieval() local208 assertArrayEquals(VALUE_CONFIG_IN_SUB_INT_ARRAY, configIntArray); in testGetConfig_ValidRetrieval()259 int[] configIntArray = in testGetConfig_KeyNotFound() local262 assertArrayEquals(VALUE_CONFIG_IN_DEFAULT_INT_ARRAY, configIntArray); in testGetConfig_KeyNotFound()305 int[] configIntArray = in testGetDefaultConfig_KeyFound() local307 assertArrayEquals(VALUE_CONFIG_IN_DEFAULT_INT_ARRAY, configIntArray); in testGetDefaultConfig_KeyFound()