Searched refs:hasAudioSilentProperty (Results 1 – 3 of 3) sorted by relevance
35 import static android.media.cts.AudioHelper.hasAudioSilentProperty;146 if (hasAudioSilentProperty()) { in testParcelableWriteToParcel()194 if (hasAudioSilentProperty()) { in testGetterMediaPlayer()511 if (hasAudioSilentProperty()) { in testAudioTrackMuteFromAppOpsNotification()531 if (hasAudioSilentProperty()) { in testMediaPlayerMuteFromAppOpsNotification()569 if (hasAudioSilentProperty()) { in testAudioTrackMuteFromStreamVolumeNotification()585 if (hasAudioSilentProperty()) { in testMediaPlayerMuteFromStreamVolumeNotification()616 if (hasAudioSilentProperty()) { in testAudioTrackMuteFromClientVolumeNotification()633 if (hasAudioSilentProperty()) { in testMediaPlayerMuteFromClientVolumeNotification()656 if (hasAudioSilentProperty()) { in testAudioTrackMuteFromVolumeShaperNotification()[all …]
24 import static android.media.cts.AudioHelper.hasAudioSilentProperty;162 if (hasAudioSilentProperty()) { in testFrameworkMomentaryExposure()
224 public static boolean hasAudioSilentProperty() { in hasAudioSilentProperty() method in AudioHelper