Searched refs:STREAM_RING (Results 1 – 13 of 13) sorted by relevance
26 import static android.media.AudioManager.STREAM_RING;289 addRow(AudioManager.STREAM_RING, in initDialog()434 if (row.stream == AudioManager.STREAM_RING) { in initRow()485 final StreamState ss = mState.states.get(AudioManager.STREAM_RING); in initRingerH()504 mController.setStreamVolume(AudioManager.STREAM_RING, 1); in initRingerH()652 final StreamState ss = mState.states.get(AudioManager.STREAM_RING); in maybeShowToastH()793 return activeRow.stream == STREAM_RING in shouldBeVisibleH()822 final StreamState ss = mState.states.get(AudioManager.STREAM_RING); in updateRingerH()982 final boolean isRingStream = row.stream == AudioManager.STREAM_RING; in updateVolumeRowH()
104 STREAMS.put(AudioSystem.STREAM_RING, R.string.stream_ring); in STREAMS.put() argument551 case AudioSystem.STREAM_RING:573 return stream == AudioManager.STREAM_RING || stream == AudioManager.STREAM_NOTIFICATION;
845 case AudioSystem.STREAM_RING: in setInternalLegacyStreamType()1148 case AudioSystem.STREAM_RING: in usageForStreamType()1233 return AudioSystem.STREAM_RING; in toVolumeStreamType()
57 public static final int STREAM_RING = 2; field in AudioSystem1174 (1 << STREAM_RING) |
352 public static final int STREAM_RING = AudioSystem.STREAM_RING; field in AudioManager1030 STREAM_RING,1077 case STREAM_RING: in isPublicStreamType()4170 case STREAM_RING: in getDevicesForStream()
351 return AudioManager.STREAM_RING; in inferStreamType()
350 AudioSystem.STREAM_RING, // STREAM_SYSTEM351 AudioSystem.STREAM_RING, // STREAM_RING354 AudioSystem.STREAM_RING, // STREAM_NOTIFICATION356 AudioSystem.STREAM_RING, // STREAM_SYSTEM_ENFORCED357 AudioSystem.STREAM_RING, // STREAM_DTMF376 AudioSystem.STREAM_RING, // STREAM_SYSTEM377 AudioSystem.STREAM_RING, // STREAM_RING380 AudioSystem.STREAM_RING, // STREAM_NOTIFICATION382 AudioSystem.STREAM_RING, // STREAM_SYSTEM_ENFORCED383 AudioSystem.STREAM_RING, // STREAM_DTMF[all …]
180 if (mStreamType == AudioManager.STREAM_RING) { in SeekBarVolumizer()226 return stream == AudioManager.STREAM_RING || stream == AudioManager.STREAM_NOTIFICATION; in isNotificationOrRing()
389 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade()488 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade()886 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade()948 int ringerModeAffectedStreams = (1 << AudioManager.STREAM_RING) | in onUpgrade()2186 AudioSystem.getDefaultStreamVolume(AudioManager.STREAM_RING)); in loadVolumeLevels()2209 int ringerModeAffectedStreams = (1 << AudioManager.STREAM_RING) | in loadVolumeLevels()
478 assertTrue((ringerModeAffectedStreams & (1 << AudioSystem.STREAM_RING)) != 0); in testRingerAffectedStreamsTotalSilence()499 assertTrue((ringerModeAffectedStreams & (1 << AudioSystem.STREAM_RING)) != 0); in testRingerAffectedStreamsPriorityOnly()518 assertTrue((ringerMutedRingerModeAffectedStreams & (1 << AudioSystem.STREAM_RING)) != 0); in testRingerAffectedStreamsPriorityOnly()
256 AudioManager.STREAM_RING, AudioManager.STREAM_SYSTEM, in testConstructorStreamType()
1251 streams |= (1 << AudioSystem.STREAM_RING) | in getRingerModeAffectedStreams()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...