Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-34723/malicious-app/src/android/security/cts/CVE_2024_34723_malicious_app/
DMaliciousActivity.java33 getString(R.string.positive))); in onResume()
/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_32/d/
DT_goto_32_1.smali34 # test positive offset
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
DT_goto_16_1.smali34 # test positive offset
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-34723/test-app/src/android/security/cts/CVE_2024_34723/
DDeviceTest.java77 appContext.getString(R.string.positive))); in testPocCVE_2024_34723()
/cts/tests/tests/os/jni/
Dandroid_os_cts_PerformanceHintManagerTest.cpp98 bool positive = APerformanceHint_getPreferredUpdateRateNanos(manager) > 0; in nativeTestGetPreferredUpdateRateNanos() local
99 if (!positive) in nativeTestGetPreferredUpdateRateNanos()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java102 final int positive = 5; in testAccessThumbOffset() local
106 myAbsSeekBar.setThumbOffset(positive); in testAccessThumbOffset()
107 assertEquals(positive, myAbsSeekBar.getThumbOffset()); in testAccessThumbOffset()