Hide Shipping Method in Frontend and Show in Backend in Magento 1.9

ce-1.9.0.1shippingshipping-methodsstores

I want hide a shipping method in frontend and that only show in backend. Is possible enable pickup store only in backend? I make with payment methods very easy

protected $_canUseInternal = true;
protected $_canUseCheckout = false;

but with shipping is impossible for me. Could your help me please? Thanks in advance