Home
last modified time | relevance | path

Searched refs:checkFlags (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java2647 int checkFlags, int resetMode, Surface surface, int stopAtSample,
2705 if ((checkFlags & CHECKFLAG_SETPTS) != 0) {
2708 if ((checkFlags & CHECKFLAG_SETCHECKSUM) != 0) {
2791 if ((checkFlags & CHECKFLAG_SETPTS) != 0) {
2794 if ((checkFlags & CHECKFLAG_SETCHECKSUM) != 0) {
2799 if ((checkFlags & CHECKFLAG_COMPAREPTS) != 0) {
2805 } else if ((checkFlags & CHECKFLAG_SETPTS) != 0) {
2808 if ((checkFlags & (CHECKFLAG_SETCHECKSUM | CHECKFLAG_COMPARECHECKSUM)) != 0) {
2825 if ((checkFlags & CHECKFLAG_COMPARECHECKSUM) != 0) {
2833 } else if ((checkFlags & CHECKFLAG_SETCHECKSUM) != 0) {
[all …]
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java703 checkFlags(attestation); in checkKeyIndependentAttestationInfo()
769 private void checkFlags(Attestation attestation) { in checkFlags() method in KeyAttestationTest