HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothA2dp (Results 1 - 17 of 17) sorted by null

  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 19 import android.bluetooth.BluetoothA2dp;
  /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/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 broadcastAudioState(device, BluetoothA2dp.STATE_PLAYING,
566 BluetoothA2dp.STATE_NOT_PLAYING);
572 broadcastAudioState(device, BluetoothA2dp.STATE_NOT_PLAYING,
573 BluetoothA2dp.STATE_PLAYING);
691 Intent intent = new Intent(BluetoothA2dp.ACTION_PLAYING_STATE_CHANGED);
735 Intent intent = new Intent(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
    [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;
  /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);
BluetoothAdapter.java     [all...]
  /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;
451 // Reference to BluetoothA2dp to query for AbsoluteVolume.
452 private BluetoothA2dp mA2dp;
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 7027 milliseconds