Lines Matching refs:volume
4575 """Gets the volume and whether the device is muted.4588 def SetVolume(self, volume):4589 """Sets the volume on ChromeOS. Only valid if not muted.4592 volume: The desired volume level as a percent from 0 to 100.4597 assert volume >= 0 and volume <= 1004600 'volume': float(volume),