Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dkeystore2_main.rs35 static LEGACY_KEYSTORE_SERVICE_NAME: &str = "android.security.legacykeystore"; constant
143 binder::add_service(LEGACY_KEYSTORE_SERVICE_NAME, legacykeystore.as_binder()).unwrap_or_else( in main()
147 LEGACY_KEYSTORE_SERVICE_NAME, e in main()