Home
last modified time | relevance | path

Searched refs:positive (Results 1 – 6 of 6) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
DT_opc_goto_1.smali29 # test positive offset
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
DT_goto_16_1.smali34 # test positive offset
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
DT_goto_32_1.smali34 # test positive offset
/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java94 final int positive = 5; in testAccessThumbOffset() local
98 myAbsSeekBar.setThumbOffset(positive); in testAccessThumbOffset()
99 assertEquals(positive, myAbsSeekBar.getThumbOffset()); in testAccessThumbOffset()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1898 boolean positive) in executeDelegationTests() argument
1905 positive ? "testCanAccessApis" : "testCannotAccessApis", mUserId); in executeDelegationTests()
1907 if (expectedMetrics != null && positive) { in executeDelegationTests()
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java396 private Pair<Integer, Intent> clickButtonAndWaitForResult(boolean positive) in clickButtonAndWaitForResult() argument
398 waitFindObject(By.res(positive ? "android:id/button1" : "android:id/button2")).click(); in clickButtonAndWaitForResult()