Home
last modified time | relevance | path

Searched refs:mBool (Results 1 – 3 of 3) sorted by relevance

/tools/loganalysis/tests/src/com/android/loganalysis/util/config/
DOptionSetterTest.java107 private boolean mBool = false; field in OptionSetterTest.AllTypesOptionSource
508 assertEquals(true, optionSource.mBool); in testSetOptionValue_boolean()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java77 private boolean mBool; field in ConfigurationTest.TestConfigObject
84 return mBool; in getBool()
DOptionSetterTest.java130 private boolean mBool = false; field in OptionSetterTest.AllTypesOptionSource
625 assertEquals(true, optionSource.mBool); in testSetOptionValue_boolean()