Searched refs:cpuAbi (Results 1 – 1 of 1) sorted by relevance
91 String cpuAbi = mDevice.getFastbootVariable("cpu-abi"); in testCpuAbiInfo() local92 CLog.d("cpuAbi: '%s'", cpuAbi); in testCpuAbiInfo()93 assertTrue(allCpuAbis.contains(cpuAbi)); in testCpuAbiInfo()