Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java76 private boolean mBool; field in ConfigurationTest.TestConfigObject
83 return mBool; in getBool()
DOptionSetterTest.java129 private boolean mBool = false; field in OptionSetterTest.AllTypesOptionSource
621 assertEquals(true, optionSource.mBool); in testSetOptionValue_boolean()