MediaBrowserCompat: Removing the black magic

ServiceBinderProxyApi21 inherited IMediaBrowserService.Stub which is
a hidden class of framework codes using the black magic. Instead of
this, this CL directly implements the functionalities of the parent
class into ServiceBinderProxyApi21 using reflections.

Bug: 26236759, Bug: 26113271
Change-Id: I8714cce30ed7ba5edcb6f65dac34eaeb0d020ac8
8 files changed