Searched refs:USER_MANAGER_SERVICE_NAME (Results 1 – 2 of 2) sorted by relevance
34 static USER_MANAGER_SERVICE_NAME: &str = "android.security.maintenance"; constant130 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()
45 static USER_MANAGER_SERVICE_NAME: &str = "android.security.maintenance"; variable54 binder::get_interface(USER_MANAGER_SERVICE_NAME).unwrap() in get_maintenance()