Home
last modified time | relevance | path

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

/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java102 String cpuAbi = sDevice.getFastbootVariable("cpu-abi"); in testCpuAbiInfo() local
103 CLog.d("cpuAbi: '%s'", cpuAbi); in testCpuAbiInfo()
104 assertTrue(allCpuAbis.contains(cpuAbi)); in testCpuAbiInfo()