Searched refs:partitionType (Results 1 – 1 of 1) sorted by relevance
307 String partitionType = String.format("partition-type:%s", partition); in hasPartition() local308 CommandResult result = device.executeFastbootCommand("getvar", partitionType); in hasPartition()313 Pattern regex = Pattern.compile(String.format("^%s:\\s*\\S+$", partitionType), in hasPartition()