Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 8 of 8) sorted by relevance

/cts/tests/location/common/src/android/location/cts/common/
DSoftAssert.java133 public void assertOrWarnTrue(boolean strict, String message, boolean condition) { in assertOrWarnTrue() argument
139 if (strict) { in assertOrWarnTrue()
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutLineBreakAutoTest.kt341 val strict = LineBreakConfig.Builder() in testAuto_JapaneseStyleAutoStrict() constant
363 strict, in testAuto_JapaneseStyleAutoStrict()
/cts/apps/CtsVerifier/libs/
Dopencv-android_LICENSE31 and on any theory of liability, whether in contract, strict liability,
/cts/apps/CtsVerifier/res/raw/
Dopencv_library_license39 and on any theory of liability, whether in contract, strict liability,
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java270 StrictModeDetector strict = new StrictModeDetector(getContext()); in testDefaultKeySize() local
280 strict.check(algorithm + " key generation on " + (useStrongbox ? "StrongBox" : "TEE")); in testDefaultKeySize()
DSignatureTest.java757 StrictModeDetector strict = new StrictModeDetector(getContext()); in testLongMsgKat() local
806 strict.clear(); in testLongMsgKat()
811 strict.check("signature with " + algorithm); in testLongMsgKat()
DCipherTest.java1199 StrictModeDetector strict = new StrictModeDetector(getContext()); in testKat() local
1209 strict.clear(); in testKat()
1214 strict.check("decryption with " + algorithm); in testKat()
DKeyPairGeneratorTest.java262 StrictModeDetector strict = new StrictModeDetector(getContext()); in testDefaultKeySize() local
273 strict.check(algorithm + " keypair generation"); in testDefaultKeySize()