Searched refs:abiListProperty (Results 1 – 2 of 2) sorted by relevance
117 final String[] abiListProperty = getStringList(RO_PRODUCT_CPU_ABILIST); in runTestCpuAbiCommon() local118 assertEquals(Arrays.toString(abiListProperty), Arrays.toString(Build.SUPPORTED_ABIS)); in runTestCpuAbiCommon()120 List<String> abiList = Arrays.asList(abiListProperty); in runTestCpuAbiCommon()
401 private void specifyAbiToTest(boolean instant, String abiListProperty, String testMethodName) in specifyAbiToTest() argument403 final String propertyAbiListValue = getDevice().getProperty(abiListProperty); in specifyAbiToTest()