Searched refs:mMainRemote (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java96 mMainRemote = new RemotePlaybackState(-1,
987 private RemotePlaybackState mMainRemote; field in class:MediaFocusControl
990 * Use synchronized on mMainRemote.
997 * Use synchronized on mMainRemote.
1043 synchronized (mMainRemote) {
1047 pw.println(" rccId: " + mMainRemote.mRccId);
1049 + ((mMainRemote.mVolumeHandling == RemoteControlClient.PLAYBACK_VOLUME_FIXED) ?
1051 pw.println(" volume: " + mMainRemote.mVolume);
1052 pw.println(" volume steps: " + mMainRemote.mVolumeMax);
1891 synchronized (mMainRemote) {
[all...]

Completed in 44 milliseconds