HomeSort by relevance Sort by last modified time
    Searched full:bluetootha2dp (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.bluetooth.BluetoothA2dp.html 10 android.bluetooth.BluetoothA2dp
74 Class android.bluetooth.<A HREF="../../../../reference/android/bluetooth/BluetoothA2dp.html" target="_top"><font size="+2"><code>BluetoothA2dp</code></font></A>
86 <A NAME="android.bluetooth.BluetoothA2dp.finalize_changed()"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothA2dp.html#finalize()" target="_top"><code>finalize</code></A>() </nobr>
pkg_android.bluetooth.html 84 <A NAME="BluetoothA2dp"></A>
85 <nobr><A HREF="android.bluetooth.BluetoothA2dp.html">BluetoothA2dp</A></nobr>
methods_index_changes.html 94 <nobr><A HREF="android.bluetooth.BluetoothA2dp.html#android.bluetooth.BluetoothA2dp.finalize_changed()" class="hiddenlink" target="rightframe">finalize
alldiffs_index_changes.html 229 <!-- Class BluetoothA2dp -->
230 <A HREF="android.bluetooth.BluetoothA2dp.html" class="hiddenlink" target="rightframe">BluetoothA2dp</A><br>
397 <nobr><A HREF="android.bluetooth.BluetoothA2dp.html#android.bluetooth.BluetoothA2dp.finalize_changed()" class="hiddenlink" target="rightframe">finalize
    [all...]
classes_index_changes.html 106 <A HREF="android.bluetooth.BluetoothA2dp.html" class="hiddenlink" target="rightframe">BluetoothA2dp</A><br>
jdiff_statistics.html 463 <TD><A HREF="android.bluetooth.BluetoothA2dp.html">
464 android.bluetooth.BluetoothA2dp</A></TD>
classes_index_all.html 116 <A HREF="android.bluetooth.BluetoothA2dp.html" class="hiddenlink" target="rightframe">BluetoothA2dp</A><br>
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 19 import android.bluetooth.BluetoothA2dp;
38 private BluetoothA2dp mService;
61 mService = (BluetoothA2dp) proxy;
DockEventReceiver.java 20 import android.bluetooth.BluetoothA2dp;
85 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
LocalBluetoothProfileManager.java 19 import android.bluetooth.BluetoothA2dp;
151 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
DockService.java 25 import android.bluetooth.BluetoothA2dp;
215 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 19 import android.bluetooth.BluetoothA2dp;
94 BluetoothA2dp mA2dp;
129 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
329 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
429 mA2dp = (BluetoothA2dp) proxy;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 31 import android.bluetooth.BluetoothA2dp;
464 broadcastAudioState(mCurrentDevice, BluetoothA2dp.STATE_NOT_PLAYING,
465 BluetoothA2dp.STATE_PLAYING);
565 mService.setAvrcpAudioState(BluetoothA2dp.STATE_PLAYING);
566 broadcastAudioState(device, BluetoothA2dp.STATE_PLAYING,
567 BluetoothA2dp.STATE_NOT_PLAYING);
573 mService.setAvrcpAudioState(BluetoothA2dp.STATE_NOT_PLAYING);
574 broadcastAudioState(device, BluetoothA2dp.STATE_NOT_PLAYING,
575 BluetoothA2dp.STATE_PLAYING);
693 Intent intent = new Intent(BluetoothA2dp.ACTION_PLAYING_STATE_CHANGED)
    [all...]
Avrcp.java 23 import android.bluetooth.BluetoothA2dp;
462 boolean isPlaying = (state == BluetoothA2dp.STATE_PLAYING);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 38 *<p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
40 * the BluetoothA2dp proxy object.
45 public final class BluetoothA2dp implements BluetoothProfile {
46 private static final String TAG = "BluetoothA2dp";
141 * Create a BluetoothA2dp proxy object for interacting with the local
145 /*package*/ BluetoothA2dp(Context context, ServiceListener l) {
522 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, BluetoothA2dp.this);
BluetoothProfile.java 183 * {@link BluetoothA2dp}
BluetoothAdapter.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
pkg_android.bluetooth.html 84 <A NAME="BluetoothA2dp"></A>
85 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothA2dp.html" target="_top"><code>BluetoothA2dp</code></A></nobr>
classes_index_additions.html 105 <A HREF="pkg_android.bluetooth.html#BluetoothA2dp" class="hiddenlink" target="rightframe"><b>BluetoothA2dp</b></A><br>
classes_index_all.html 143 <A HREF="pkg_android.bluetooth.html#BluetoothA2dp" class="hiddenlink" target="rightframe"><b>BluetoothA2dp</b></A><br>
    [all...]
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 19 import android.bluetooth.BluetoothA2dp;
  /docs/source.android.com/src/accessories/
audio.jd 55 <a href="http://developer.android.com/reference/android/bluetooth/BluetoothA2dp.html"><code>BluetoothA2dp</code></a>
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 221 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED;
316 mA2dp = (BluetoothA2dp) proxy;
359 private BluetoothA2dp mA2dp = null;
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 31 import android.bluetooth.BluetoothA2dp;
457 // Reference to BluetoothA2dp to query for AbsoluteVolume.
458 private BluetoothA2dp mA2dp;
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd 133 <dt>{@link android.bluetooth.BluetoothA2dp}</dt> <dd> Defines how high quality
    [all...]

Completed in 1989 milliseconds

1 2