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.java2187 int checkFlags, int resetMode, Surface surface, int stopAtSample,
2233 if ((checkFlags & CHECKFLAG_SETPTS) != 0) {
2236 if ((checkFlags & CHECKFLAG_SETCHECKSUM) != 0) {
2317 if ((checkFlags & CHECKFLAG_SETPTS) != 0) {
2320 if ((checkFlags & CHECKFLAG_SETCHECKSUM) != 0) {
2325 if ((checkFlags & CHECKFLAG_COMPAREPTS) != 0) {
2331 } else if ((checkFlags & CHECKFLAG_SETPTS) != 0) {
2334 if ((checkFlags & (CHECKFLAG_SETCHECKSUM | CHECKFLAG_COMPARECHECKSUM)) != 0) {
2351 if ((checkFlags & CHECKFLAG_COMPARECHECKSUM) != 0) {
2359 } else if ((checkFlags & CHECKFLAG_SETCHECKSUM) != 0) {
[all …]
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java524 checkFlags(attestation); in checkKeyIndependentAttestationInfo()
583 private void checkFlags(Attestation attestation) { in checkFlags() method in KeyAttestationTest