Searched refs:getBooleanValue (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.server.integrity.parser.BinaryFileOperations.getBooleanValue;105 assertThat(getBooleanValue(inputStream)).isEqualTo(true); in testGetBooleanValue_true()114 assertThat(getBooleanValue(inputStream)).isEqualTo(false); in testGetBooleanValue_false()
75 public static boolean getBooleanValue(BitInputStream bitInputStream) throws IOException { in getBooleanValue() method in BinaryFileOperations
33 import static com.android.server.integrity.parser.BinaryFileOperations.getBooleanValue;187 boolean booleanValue = getBooleanValue(bitInputStream); in parseAtomicFormula()