Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dkeystore2_main.rs34 static USER_MANAGER_SERVICE_NAME: &str = "android.security.maintenance"; constant
130 panic!("Failed to create service {} because of {:?}.", USER_MANAGER_SERVICE_NAME, e); in main()
132 binder::add_service(USER_MANAGER_SERVICE_NAME, maintenance_service.as_binder()).unwrap_or_else( in main()
134 panic!("Failed to register service {} because of {:?}.", USER_MANAGER_SERVICE_NAME, e); in main()
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs45 static USER_MANAGER_SERVICE_NAME: &str = "android.security.maintenance"; variable
54 binder::get_interface(USER_MANAGER_SERVICE_NAME).unwrap() in get_maintenance()