Home
last modified time | relevance | path

Searched defs:securityLevel (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DDistanceMeasurementManagerTest.java125 int securityLevel = in getChannelSoundingMaxSupportedSecurityLevel() local
134 int securityLevel = in getLocalChannelSoundingMaxSupportedSecurityLevel() local
139 private boolean isValidSecurityLevel(int securityLevel) { in isValidSecurityLevel()
/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/
DVirtualDeviceDrmTest.java115 boolean isCryptoSchemeSupported(UUID uuid, String mimeType, int securityLevel) { in isCryptoSchemeSupported()
119 int getSecurityLevel(UUID uuid, int securityLevel) { in getSecurityLevel()
/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java207 private static SecurityLevel securityLevelToEnum(int securityLevel) { in securityLevelToEnum()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java174 private Integer securityLevel; field in AuthorizationList