Searched refs:KS2_SERVICE_NAME (Results 1 – 2 of 2) sorted by relevance
30 static KS2_SERVICE_NAME: &str = "android.system.keystore2.IKeystoreService/default"; constant101 panic!("Failed to create service {} because of {:?}.", KS2_SERVICE_NAME, e); in main()103 binder::add_service(KS2_SERVICE_NAME, ks_service.as_binder()).unwrap_or_else(|e| { in main()104 panic!("Failed to register service {} because of {:?}.", KS2_SERVICE_NAME, e); in main()
28 static KS2_SERVICE_NAME: &str = "android.system.keystore2.IKeystoreService/default"; constant116 binder::get_interface(KS2_SERVICE_NAME).unwrap() in get_keystore_service()