Searched defs:JellybeanImpl (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemoteControlClientCompat.java42 return new JellybeanImpl(context, rcc);
121 static class JellybeanImpl extends RemoteControlClientCompat { class in class:RemoteControlClientCompat
127 public JellybeanImpl(Context context, Object rcc) { method in class:RemoteControlClientCompat.JellybeanImpl
165 private final WeakReference<JellybeanImpl> mImplWeak;
167 public VolumeCallbackWrapper(JellybeanImpl impl) {
168 mImplWeak = new WeakReference<JellybeanImpl>(impl);
173 JellybeanImpl impl = mImplWeak.get();
181 JellybeanImpl impl = mImplWeak.get();
H A DSystemMediaRouteProvider.java62 return new JellybeanImpl(context, syncCallback);
207 static class JellybeanImpl extends SystemMediaRouteProvider class in class:SystemMediaRouteProvider
251 public JellybeanImpl(Context context, SyncCallback syncCallback) { method in class:SystemMediaRouteProvider.JellybeanImpl
713 private static class JellybeanMr1Impl extends JellybeanImpl

Completed in 147 milliseconds