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