Searched refs:getAudioStream (Results 1 – 10 of 10) sorted by relevance
57 audioRepository.getAudioStream(audioStream).value.copy(isAffectedByMute = true) in setUp()61 .getAudioStream(AudioStream(AudioManager.STREAM_RING)) in setUp()71 val model by collectLastValue(underTest.getAudioStream(audioStream)) in setMuted_mutesStream()88 val model by collectLastValue(underTest.getAudioStream(audioStream)) in setVolume_changesVolume()144 val model by collectLastValue(underTest.getAudioStream(audioStream)) in streamIsMuted_getStream_volumeMin()163 val model by collectLastValue(underTest.getAudioStream(audioStream)) in streamIsZenMuted_getStream_lastAudibleVolume()180 underTest.getAudioStream(AudioStream(AudioManager.STREAM_NOTIFICATION)) in ringerModeVibrateAndMuted_getNotificationStream_volumeIsMin()197 underTest.getAudioStream(AudioStream(AudioManager.STREAM_RING)) in ringerModeVibrate_getRingerStream_volumeIsMin()210 val audioStreamModel by collectLastValue(underTest.getAudioStream(audioStream)) in streamNotAffectedByMute_isNotMutable()253 collectLastValue(audioRepository.getAudioStream(audioStream)) in testReducingVolumeToMin_mutes()[all …]
38 fun getAudioStream(audioStream: AudioStream): Flow<AudioStreamModel> = in <lambda>() method40 audioRepository.getAudioStream(audioStream), in <lambda>()51 val streamModel = getAudioStream(audioStream).first() in <lambda>()64 val streamModel = getAudioStream(audioStream).first() in <lambda>()75 with(getAudioStream(audioStream).first()) { in <lambda>()90 getAudioStream(AudioStream(AudioManager.STREAM_RING)).map { it.isMuted }, in <lambda>()
168 .getAudioStream(audioStream) in adjustingVolume_changesTheStream()197 .getAudioStream(audioStream) in muteStream_mutesTheStream()227 .getAudioStream(audioStream) in unmuteStream_unmutesTheStream()
75 fun getAudioStream(audioStream: AudioStream): Flow<AudioStreamModel> in <lambda>() method159 override fun getAudioStream(audioStream: AudioStream): Flow<AudioStreamModel> { in getAudioStream() method in com.android.settingslib.volume.data.repository.AudioRepositoryImpl
63 override fun getAudioStream(audioStream: AudioStream): StateFlow<AudioStreamModel> = in getAudioStream() method in com.android.systemui.volume.data.repository.FakeAudioRepository
104 audioVolumeInteractor.getAudioStream(audioStream), in <lambda>()
948 public AudioStream getAudioStream() {
570 public ParcelFileDescriptor getAudioStream() { in getAudioStream() method in AlwaysOnHotwordDetector.EventPayload
13434 method @Nullable public android.os.ParcelFileDescriptor getAudioStream();
33417 Landroid/net/sip/SipAudioCall;->getAudioStream()Landroid/net/rtp/AudioStream;