Searched refs:STREAM_DEVICES_CHANGED_ACTION (Results 1 – 6 of 6) sorted by relevance
529 filter.addAction(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in setListening()552 } else if (AudioManager.STREAM_DEVICES_CHANGED_ACTION.equals(action)) { in onReceive()
260 filter.addAction(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in registerVoiceStreamListener()
996 filter.addAction(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in init()1023 } else if (action.equals(AudioManager.STREAM_DEVICES_CHANGED_ACTION)) { in onReceive()
186 public static final String STREAM_DEVICES_CHANGED_ACTION = field in AudioManager
4861 mStreamDevicesChanged = new Intent(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in VolumeStreamState()
34481 Landroid/media/AudioManager;->STREAM_DEVICES_CHANGED_ACTION:Ljava/lang/String;