HomeSort by relevance Sort by last modified time
    Searched defs:mRemoteControl (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v4/jellybean-mr2/android/support/v4/media/
TransportMediatorJellybeanMR2.java 80 RemoteControlClient mRemoteControl;
101 return mRemoteControl;
114 mRemoteControl = new RemoteControlClient(mPendingIntent);
115 mRemoteControl.setOnGetPlaybackPositionListener(this);
116 mRemoteControl.setPlaybackPositionUpdateListener(this);
123 mAudioManager.registerRemoteControlClient(mRemoteControl);
141 mRemoteControl.setPlaybackState(RemoteControlClient.PLAYSTATE_PLAYING);
159 if (mRemoteControl != null) {
160 mRemoteControl.setPlaybackState(playing ? RemoteControlClient.PLAYSTATE_PLAYING
162 mRemoteControl.setTransportControlFlags(transportControls)
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 37 milliseconds