Searched refs:STREAM_DEVICES_CHANGED_ACTION (Results 1 – 6 of 6) sorted by relevance
142 intentFilter.addAction(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in start()441 && !intent.getAction().equals(AudioManager.STREAM_DEVICES_CHANGED_ACTION)) { in onReceive()
618 filter.addAction(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in setListening()641 } else if (AudioManager.STREAM_DEVICES_CHANGED_ACTION.equals(action)) { in onReceive()
1178 filter.addAction(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in init()1203 } else if (action.equals(AudioManager.STREAM_DEVICES_CHANGED_ACTION)) { in onReceive()
220 public static final String STREAM_DEVICES_CHANGED_ACTION = field in AudioManager
8342 mStreamDevicesChanged = new Intent(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in VolumeStreamState()8347 AudioManager.STREAM_DEVICES_CHANGED_ACTION, String.valueOf(mStreamType)); in VolumeStreamState()
24352 Landroid/media/AudioManager;->STREAM_DEVICES_CHANGED_ACTION:Ljava/lang/String;