Home
last modified time | relevance | path

Searched refs:verified (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java107 VerifiedInputEvent verified = mInputManager.verifyInputEvent(received); in testKeyEvent() local
108 assertNotNull(verified); in testKeyEvent()
109 compareKeys(downEvent, verified); in testKeyEvent()
131 VerifiedInputEvent verified = mInputManager.verifyInputEvent(downEvent); in testKeyEventWithoutHmac() local
132 assertNull(verified); in testKeyEventWithoutHmac()
154 VerifiedInputEvent verified = mInputManager.verifyInputEvent(received); in testTamperedKeyEvent() local
155 assertNull(verified); in testTamperedKeyEvent()
174 VerifiedInputEvent verified = mInputManager.verifyInputEvent(received); in testMotionEvent() local
175 assertNotNull(verified); in testMotionEvent()
177 compareMotions(downEvent, verified); in testMotionEvent()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCredentialManagementAppActivity.java302 boolean verified = false; in getPublicKeyAndVerifySignature()
310 verified = verify.verify(mSignature); in getPublicKeyAndVerifySignature()
316 setResult(mVerifySignature, verified); in getPublicKeyAndVerifySignature()
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestAppPrebuilt/
DREADME.md5 vendors, the signature needs to be verified against a release certificate loaded
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java392 String verified = MediaPerfUtils.areAchievableFrameRates( in canDecode() local
394 if (verified == null) { in canDecode()
398 Log.d(TAG, "achieveable framerates says: " + verified); in canDecode()