Home
last modified time | relevance | path

Searched defs:option (Results 1 – 10 of 10) sorted by relevance

/platform_testing/libraries/health/options/tests/src/android/platform/test/options/
DTestOptionTest.java72 TestableOption option = new TestableOption(OPTION_NAME); in testSuppliedValue_valid() local
90 TestableOption option = new TestableOption(OPTION_NAME); in testSuppliedValue_invalid() local
108 TestableOption option = new TestableOption(OPTION_NAME).setRequired(true); in testRequiredValueAbsent_explicit() local
125 TestableOption option = new TestableOption(OPTION_NAME); in testRequiredValueAbsent_implicit() local
140 TestableOption option = in testRequiredValueAbsent_withDefault() local
156 TestableOption option = new TestableOption(OPTION_NAME).setRequired(false); in testNonRequiredValueAbsent() local
171 TestableOption option = new TestableOption(OPTION_NAME); in testOptionErrorSkipsTest_invalidValue() local
195 TestableOption option = new TestableOption(OPTION_NAME).setRequired(true); in testOptionErrorSkipsTest_requiredMissing() local
226 TestableOption option = new TestableOption(OPTION_NAME).setRequired(true); in testUninitializedOptionThrows() local
DBooleanOptionTest.java51 TestableBooleanOption option = new TestableBooleanOption(OPTION_NAME); in testParsing_true() local
67 TestableBooleanOption option = new TestableBooleanOption(OPTION_NAME); in testParsing_false() local
DIntegerOptionTest.java55 TestableIntegerOption option = new TestableIntegerOption(OPTION_NAME); in testParsing_valid() local
75 TestableIntegerOption option = new TestableIntegerOption(OPTION_NAME); in testParsing_invalid() local
DDoubleOptionTest.java55 TestableDoubleOption option = new TestableDoubleOption(OPTION_NAME); in testParsing_valid() local
75 TestableDoubleOption option = new TestableDoubleOption(OPTION_NAME); in testParsing_invalid() local
DLongOptionTest.java55 TestableLongOption option = new TestableLongOption(OPTION_NAME); in testParsing_valid() local
75 TestableLongOption option = new TestableLongOption(OPTION_NAME); in testParsing_invalid() local
DStringOptionTest.java51 TestableStringOption option = new TestableStringOption(OPTION_NAME); in testRetrieval() local
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchLeanbackJankTests.java100 Option option = method.getAnnotation(Option.class); in beforeTest() local
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
DApiDemoJankTests.java98 UiObject2 option = mDevice.wait(Until.findObject( in selectAnimation() local
290 UiObject2 option = null; in selectViews() local
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/sample/
DSampleTest.java120 public static void failIfRequested(BooleanOption option, String location) { in failIfRequested()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoJsonUtility.java333 Object option = options.get(i); in parseJsonAndUpdateConfigOptions() local