Searched refs:STREAM_SYSTEM (Results 1 – 16 of 16) sorted by relevance
842 case AudioSystem.STREAM_SYSTEM: in setInternalLegacyStreamType()1146 case AudioSystem.STREAM_SYSTEM: in usageForStreamType()1202 AudioSystem.STREAM_SYSTEM : AudioSystem.STREAM_SYSTEM_ENFORCED; in toVolumeStreamType()1224 return AudioSystem.STREAM_SYSTEM; in toVolumeStreamType()
55 public static final int STREAM_SYSTEM = 1; field in AudioSystem1176 (1 << STREAM_SYSTEM) |
350 public static final int STREAM_SYSTEM = AudioSystem.STREAM_SYSTEM; field in AudioManager1029 STREAM_SYSTEM,1076 case STREAM_SYSTEM: in isPublicStreamType()4169 case STREAM_SYSTEM: in getDevicesForStream()
96 impl.setStreamImportant(AudioManager.STREAM_SYSTEM, false); in createDefault()
105 STREAMS.put(AudioSystem.STREAM_SYSTEM, R.string.stream_system); in STREAMS.put() argument552 case AudioSystem.STREAM_SYSTEM:
298 addRow(AudioManager.STREAM_SYSTEM, R.drawable.ic_volume_system, in initDialog()983 final boolean isSystemStream = row.stream == AudioManager.STREAM_SYSTEM; in updateVolumeRowH()
210 sfx.setStreamType(AudioManager.STREAM_SYSTEM); in handleDockStateChange()
391 | (1 << AudioManager.STREAM_SYSTEM); in onUpgrade()490 | (1 << AudioManager.STREAM_SYSTEM) in onUpgrade()888 | (1 << AudioManager.STREAM_SYSTEM) in onUpgrade()950 (1 << AudioManager.STREAM_SYSTEM) | in onUpgrade()2188 AudioSystem.getDefaultStreamVolume(AudioManager.STREAM_SYSTEM)); in loadVolumeLevels()2211 (1 << AudioManager.STREAM_SYSTEM) | in loadVolumeLevels()
23 import static android.media.AudioManager.STREAM_SYSTEM;721 MAX_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM] = maxSystemVolume; in AudioService()726 defaultSystemVolume <= MAX_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM]) { in AudioService()727 AudioSystem.DEFAULT_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM] = defaultSystemVolume; in AudioService()730 AudioSystem.DEFAULT_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM] = in AudioService()731 MAX_STREAM_VOLUME[AudioSystem.STREAM_SYSTEM]; in AudioService()2829 return mStreamVolumeAlias[AudioSystem.STREAM_SYSTEM]; in getUiSoundsStreamType()3092 return streamType == AudioSystem.STREAM_SYSTEM; in isSystem()3483 if (isStreamMutedByRingerOrZenMode(STREAM_SYSTEM)) { in playSoundEffectVolume()4047 zenModeAffectedStreams |= 1 << AudioManager.STREAM_SYSTEM; in updateZenModeAffectedStreams()[all …]
1253 (1 << AudioSystem.STREAM_SYSTEM); in getRingerModeAffectedStreams()1268 streams &= ~(1 << AudioSystem.STREAM_SYSTEM); in getRingerModeAffectedStreams()1270 streams |= (1 << AudioSystem.STREAM_SYSTEM); in getRingerModeAffectedStreams()
481 assertTrue((ringerModeAffectedStreams & (1 << AudioSystem.STREAM_SYSTEM)) != 0); in testRingerAffectedStreamsTotalSilence()502 assertTrue((ringerModeAffectedStreams & (1 << AudioSystem.STREAM_SYSTEM)) != 0); in testRingerAffectedStreamsPriorityOnly()521 assertTrue((ringerMutedRingerModeAffectedStreams & (1 << AudioSystem.STREAM_SYSTEM)) in testRingerAffectedStreamsPriorityOnly()
806 sfx.setStreamType(AudioManager.STREAM_SYSTEM); in playChargingStartedFeedback()
256 AudioManager.STREAM_RING, AudioManager.STREAM_SYSTEM, in testConstructorStreamType()
14163 field public static final int STREAM_SYSTEM = 1; // 0x1
23419 field public static final int STREAM_SYSTEM = 1; // 0x1
37520 Landroid/media/AudioSystem;->STREAM_SYSTEM:I