Searched refs:AUTHORIZATION_SERVICE_NAME (Results 1 – 1 of 1) sorted by relevance
32 static AUTHORIZATION_SERVICE_NAME: &str = "android.security.authorization"; constant97 panic!("Failed to create service {} because of {:?}.", AUTHORIZATION_SERVICE_NAME, e); in main()99 binder::add_service(AUTHORIZATION_SERVICE_NAME, authorization_service.as_binder()) in main()101 panic!("Failed to register service {} because of {:?}.", AUTHORIZATION_SERVICE_NAME, e); in main()