Home
last modified time | relevance | path

Searched refs:getBooleanValue (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/parser/
DBinaryFileOperationsTest.java20 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()
/frameworks/base/services/core/java/com/android/server/integrity/parser/
DBinaryFileOperations.java75 public static boolean getBooleanValue(BitInputStream bitInputStream) throws IOException { in getBooleanValue() method in BinaryFileOperations
DRuleBinaryParser.java33 import static com.android.server.integrity.parser.BinaryFileOperations.getBooleanValue;
186 boolean booleanValue = getBooleanValue(bitInputStream); in parseAtomicFormula()
/frameworks/base/apex/statsd/framework/test/src/android/os/
DStatsDimensionsValueTest.java89 assertThat(sdvChildren.get(4).getBooleanValue()).isEqualTo(boolValue); in testConversionFromStructuredParcel()
/frameworks/base/apex/statsd/framework/java/android/os/
DStatsDimensionsValue.java153 public boolean getBooleanValue() { in getBooleanValue() method in StatsDimensionsValue
/frameworks/base/apex/statsd/framework/api/
Dsystem-current.txt62 method public boolean getBooleanValue();
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/frameworks/base/api/
Dsystem-current.txt8417 method public boolean getBooleanValue();