Home
last modified time | relevance | path

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

/system/security/keystore2/aidl/android/security/metrics/
DSecurityLevel.aidl27 SECURITY_LEVEL_SOFTWARE = 1, enumConstant
/system/security/keystore2/src/
Dmetrics_store.rs420 SecurityLevel::SOFTWARE => MetricsSecurityLevel::SECURITY_LEVEL_SOFTWARE, in process_security_level()