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.java2563 int checkFlags, int resetMode, Surface surface, int stopAtSample,
2621 if ((checkFlags & CHECKFLAG_SETPTS) != 0) {
2624 if ((checkFlags & CHECKFLAG_SETCHECKSUM) != 0) {
2707 if ((checkFlags & CHECKFLAG_SETPTS) != 0) {
2710 if ((checkFlags & CHECKFLAG_SETCHECKSUM) != 0) {
2715 if ((checkFlags & CHECKFLAG_COMPAREPTS) != 0) {
2721 } else if ((checkFlags & CHECKFLAG_SETPTS) != 0) {
2724 if ((checkFlags & (CHECKFLAG_SETCHECKSUM | CHECKFLAG_COMPARECHECKSUM)) != 0) {
2741 if ((checkFlags & CHECKFLAG_COMPARECHECKSUM) != 0) {
2749 } else if ((checkFlags & CHECKFLAG_SETCHECKSUM) != 0) {
[all …]
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java533 checkFlags(attestation); in checkKeyIndependentAttestationInfo()
592 private void checkFlags(Attestation attestation) { in checkFlags() method in KeyAttestationTest