Home | History | Annotate | Download | only in android

Lines Matching refs:EXPECT_FALSE

18       EXPECT_FALSE(a);                                \
54 EXPECT_FALSE(IsSecurityLevelSupported(kWidevineKeySystem, kLNone));
63 EXPECT_FALSE(IsSecurityLevelSupported(kInvalidKeySystem, kLNone));
64 EXPECT_FALSE(IsSecurityLevelSupported(kInvalidKeySystem, kL1));
65 EXPECT_FALSE(IsSecurityLevelSupported(kInvalidKeySystem, kL3));
77 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, kAudioWebM));
78 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, kVideoWebM));
79 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, "unknown"));
80 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, "video/avi"));
81 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, "audio/mp3"));
86 EXPECT_FALSE(IsKeySystemSupported(kInvalidKeySystem));
87 EXPECT_FALSE(IsKeySystemSupportedWithType(kInvalidKeySystem, kAudioMp4));
88 EXPECT_FALSE(IsKeySystemSupportedWithType(kInvalidKeySystem, kVideoMp4));
89 EXPECT_FALSE(IsKeySystemSupportedWithType(kInvalidKeySystem, kAudioWebM));
90 EXPECT_FALSE(IsKeySystemSupportedWithType(kInvalidKeySystem, kVideoWebM));
91 EXPECT_FALSE(IsKeySystemSupportedWithType(kInvalidKeySystem, "unknown"));
92 EXPECT_FALSE(IsKeySystemSupportedWithType(kInvalidKeySystem, "video/avi"));
93 EXPECT_FALSE(IsKeySystemSupportedWithType(kInvalidKeySystem, "audio/mp3"));