Lines Matching refs:on

11  * distributed under the License is distributed on an "AS IS" BASIS,
77 * on receipt of this intent so as not to surprise the user with audio
119 * @deprecated Applications should maintain their own vibrate policy based on
180 * @deprecated Applications should maintain their own vibrate policy based on
191 * @deprecated Applications should maintain their own vibrate policy based on
429 * By default this is on for the ring stream. If this flag is included,
566 * if the vibrate setting is on.
585 * @deprecated Applications should maintain their own vibrate policy based on
596 * @deprecated Applications should maintain their own vibrate policy based on
606 * @deprecated Applications should maintain their own vibrate policy based on
616 * @deprecated Applications should maintain their own vibrate policy based on
627 * @deprecated Applications should maintain their own vibrate policy based on
727 * Adjust the volume in on key down since it is more
764 * Play a sound. This is done on key up since we don't want the
790 * This method will return true on such devices.
1156 * with an active solo request on a stream dies, all streams that were muted
1186 * with an active mute request on a stream dies, this stream will be unmuted
1303 * @deprecated Applications should maintain their own vibrate policy based on
1330 * @deprecated Applications should maintain their own vibrate policy based on
1358 * @deprecated Applications should maintain their own vibrate policy based on
1371 * Sets the speakerphone on or off.
1376 * @param on set <var>true</var> to turn on speakerphone;
1379 public void setSpeakerphoneOn(boolean on){
1382 service.setSpeakerphoneOn(on);
1389 * Checks whether the speakerphone is on or off.
1391 * @return true if speakerphone is on, false if it's off
1407 * connection state has changed. The intent contains on extra {@link #EXTRA_SCO_AUDIO_STATE}
1496 * applications should not rely on the connection to be available when the method
1509 * <p>Even if a SCO connection is established, the following restrictions apply on audio
1516 * <p>The following restrictions apply on input streams:
1521 * <p>Note that the phone application always has the priority on the usage of the SCO
1592 * @param on set <var>true</var> to use bluetooth SCO for communications;
1595 public void setBluetoothScoOn(boolean on){
1598 service.setBluetoothScoOn(on);
1621 * @param on set <var>true</var> to route A2DP audio to/from Bluetooth
1625 @Deprecated public void setBluetoothA2dpOn(boolean on){
1629 * Checks whether A2DP audio routing to the Bluetooth headset is on or off.
1644 * Sets audio routing to the wired headset on or off.
1646 * @param on set <var>true</var> to route audio to/from wired
1650 @Deprecated public void setWiredHeadsetOn(boolean on){
1656 * actually over the wired headset as audio routing depends on other conditions.
1674 * Sets the microphone mute on or off.
1679 * @param on set <var>true</var> to mute the microphone;
1682 public void setMicrophoneMute(boolean on){
1685 service.setMicrophoneMute(on, mContext.getOpPackageName());
1692 * Checks whether the microphone mute is on or off.
1819 * more of ROUTE_xxx types. Set bits indicate that route should be on
1855 * Checks whether any music or media is actively playing on a remote device (e.g. wireless
1857 * @return true if {@link AudioManager#STREAM_MUSIC} is active on a remote device
2212 * Called on the listener to notify it the audio focus for this listener has been changed.
2531 Log.e(TAG, "Can't call requestAudioFocus() on AudioService:", e);
2557 Log.e(TAG, "Can't call requestAudioFocusForCall() on AudioService:", e);
2573 Log.e(TAG, "Can't call abandonAudioFocusForCall() on AudioService:", e);
2602 Log.e(TAG, "Can't call abandonAudioFocus() on AudioService:", e);
2712 * Registers the remote control client for providing information to display on the remote
2728 * Unregisters the remote control client that was providing information to display on the
3200 * @return The bit-mask "or" of audio output device codes for all enabled devices on this
3422 * @param on whether to be on system audio mode
3426 public int setHdmiSystemAudioSupported(boolean on) {
3428 return getService().setHdmiSystemAudioSupported(on);
3566 * Set the gain on the specified AudioPort. The AudioGainConfig config is build by