public void a() {
   try {
     b.b();
     return;
   } catch (RemoteException localRemoteException) {
     throw new RuntimeRemoteException(localRemoteException);
   }
 }
 public void b(Bundle paramBundle) {
   try {
     b.b(paramBundle);
     return;
   } catch (RemoteException paramBundle) {
     throw new RuntimeRemoteException(paramBundle);
   }
 }