Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dkeystore2_main.rs33 static METRICS_SERVICE_NAME: &str = "android.security.metrics"; variable
118 panic!("Failed to create service {} because of {:?}.", METRICS_SERVICE_NAME, e); in main()
120 binder::add_service(METRICS_SERVICE_NAME, metrics_service.as_binder()).unwrap_or_else(|e| { in main()
121 panic!("Failed to register service {} because of {:?}.", METRICS_SERVICE_NAME, e); in main()