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.java91 String cpuAbi = mDevice.getFastbootVariable("cpu-abi"); in testCpuAbiInfo() local
92 CLog.d("cpuAbi: '%s'", cpuAbi); in testCpuAbiInfo()
93 assertTrue(allCpuAbis.contains(cpuAbi)); in testCpuAbiInfo()