Searched refs:positive (Results 1 – 6 of 6) sorted by relevance
34 # test positive offset
29 # test positive offset
94 final int positive = 5; in testAccessThumbOffset() local98 myAbsSeekBar.setThumbOffset(positive); in testAccessThumbOffset()99 assertEquals(positive, myAbsSeekBar.getThumbOffset()); in testAccessThumbOffset()
343 private Pair<Integer, Intent> clickButtonAndWaitForResult(boolean positive) throws IOException, in clickButtonAndWaitForResult() argument345 String buttonId = positive ? "android:id/button1" : "android:id/button2"; in clickButtonAndWaitForResult()
1903 boolean positive) in executeDelegationTests() argument1910 positive ? "testCanAccessApis" : "testCannotAccessApis", mUserId); in executeDelegationTests()1912 if (expectedMetrics != null && positive) { in executeDelegationTests()