Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DEncryptionTest.java42 private static final int MIN_FBE_REQUIRED_API_LEVEL = Build.VERSION_CODES.Q; field in EncryptionTest
74 if (PropertyUtil.getFirstApiLevel() < MIN_FBE_REQUIRED_API_LEVEL) { in handleEncryptedDevice()