Searched refs:mControlType (Results 1 – 3 of 3) sorted by relevance
65 private final int mControlType; field in VolumeProviderCompat82 mControlType = volumeControl; in VolumeProviderCompat()103 return mControlType; in getVolumeControl()169 mControlType, mMaxVolume, mCurrentVolume, in getVolumeProvider()
61 private final int mControlType; field in VolumeProvider77 mControlType = volumeControl; in VolumeProvider()89 return mControlType; in getVolumeControl()
2747 private @VolumeProviderCompat.ControlType int mControlType; field in MediaRouter.GlobalMediaRouter.MediaSessionRecord2761 if (mVpCompat != null && controlType == mControlType && max == mMaxVolume) { in configureVolume()