Searched refs:JellybeanImpl (Results 1 – 2 of 2) sorted by relevance
43 return new JellybeanImpl(context, rcc); in obtain()123 static class JellybeanImpl extends RemoteControlClientCompat { class in RemoteControlClientCompat129 public JellybeanImpl(Context context, Object rcc) { in JellybeanImpl() method in RemoteControlClientCompat.JellybeanImpl167 private final WeakReference<JellybeanImpl> mImplWeak;169 public VolumeCallbackWrapper(JellybeanImpl impl) { in VolumeCallbackWrapper()170 mImplWeak = new WeakReference<JellybeanImpl>(impl); in VolumeCallbackWrapper()175 JellybeanImpl impl = mImplWeak.get(); in onVolumeUpdateRequest()183 JellybeanImpl impl = mImplWeak.get(); in onVolumeSetRequest()
63 return new JellybeanImpl(context, syncCallback); in obtain()217 static class JellybeanImpl extends SystemMediaRouteProvider class in SystemMediaRouteProvider261 public JellybeanImpl(Context context, SyncCallback syncCallback) { in JellybeanImpl() method in SystemMediaRouteProvider.JellybeanImpl737 private static class JellybeanMr1Impl extends JellybeanImpl