Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dkeystore2_main.rs35 static USER_MANAGER_SERVICE_NAME: &str = "android.security.maintenance"; variable
109 panic!("Failed to create service {} because of {:?}.", USER_MANAGER_SERVICE_NAME, e); in main()
111 binder::add_service(USER_MANAGER_SERVICE_NAME, maintenance_service.as_binder()).unwrap_or_else( in main()
113 panic!("Failed to register service {} because of {:?}.", USER_MANAGER_SERVICE_NAME, e); in main()