Home
last modified time | relevance | path

Searched defs:getBoolean (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/flag-helpers/junit/src_base/android/platform/test/flag/junit/
DIFlagsValueProvider.java34 boolean getBoolean(String flag) throws FlagReadException; in getBoolean() method
/platform_testing/libraries/flag-helpers/junit/src_host/android/platform/test/flag/junit/host/
DHostFlagsValueProvider.java94 public boolean getBoolean(String flag) throws FlagReadException { in getBoolean() method in HostFlagsValueProvider
/platform_testing/libraries/flag-helpers/junit/src/android/platform/test/flag/junit/
DDeviceFlagsValueProvider.java71 public boolean getBoolean(String flag) throws FlagReadException { in getBoolean() method in DeviceFlagsValueProvider
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DArgs.kt29 fun getBoolean(): Boolean { in getChild() method