Searched refs:STREAM_DEVICES_CHANGED_ACTION (Results 1 – 8 of 8) sorted by relevance
56 AudioManager.STREAM_DEVICES_CHANGED_ACTION,88 AudioManager.STREAM_DEVICES_CHANGED_ACTION -> in toAudioManagerEvent()
85 triggerIntent(Intent(AudioManager.STREAM_DEVICES_CHANGED_ACTION)) in validIntent_translatedToEvent()
129 intentFilter.addAction(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in start()622 && !intent.getAction().equals(AudioManager.STREAM_DEVICES_CHANGED_ACTION)) { in onReceive()
619 filter.addAction(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in setListening()642 } else if (AudioManager.STREAM_DEVICES_CHANGED_ACTION.equals(action)) { in onReceive()
1195 filter.addAction(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in init()1220 } else if (action.equals(AudioManager.STREAM_DEVICES_CHANGED_ACTION)) { in onReceive()
230 public static final String STREAM_DEVICES_CHANGED_ACTION = field in AudioManager
8679 mStreamDevicesChanged = new Intent(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in VolumeStreamState()8684 AudioManager.STREAM_DEVICES_CHANGED_ACTION, String.valueOf(mStreamType)); in VolumeStreamState()
24352 Landroid/media/AudioManager;->STREAM_DEVICES_CHANGED_ACTION:Ljava/lang/String;