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