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.rs36 static LEGACY_KEYSTORE_SERVICE_NAME: &str = "android.security.legacykeystore"; constant
139 binder::add_service(LEGACY_KEYSTORE_SERVICE_NAME, legacykeystore.as_binder()).unwrap_or_else( in main()
143 LEGACY_KEYSTORE_SERVICE_NAME, e in main()