HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothA2dp (Results 1 - 21 of 21) 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;
460 broadcastAudioState(mCurrentDevice, BluetoothA2dp.STATE_NOT_PLAYING,
461 BluetoothA2dp.STATE_PLAYING);
561 mService.setAvrcpAudioState(BluetoothA2dp.STATE_PLAYING);
562 broadcastAudioState(device, BluetoothA2dp.STATE_PLAYING,
563 BluetoothA2dp.STATE_NOT_PLAYING);
570 mService.setAvrcpAudioState(BluetoothA2dp.STATE_NOT_PLAYING);
571 broadcastAudioState(device, BluetoothA2dp.STATE_NOT_PLAYING,
572 BluetoothA2dp.STATE_PLAYING);
691 Intent intent = new Intent(BluetoothA2dp.ACTION_PLAYING_STATE_CHANGED)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothUtil.java 19 import android.bluetooth.BluetoothA2dp;
113 if (p instanceof BluetoothA2dp) return newProfile((BluetoothA2dp) p);
123 private static Profile newProfile(final BluetoothA2dp a2dp) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 19 import android.bluetooth.BluetoothA2dp;
99 BluetoothA2dp mA2dp;
143 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
426 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
537 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";
146 * Create a BluetoothA2dp proxy object for interacting with the local
150 /*package*/ BluetoothA2dp(Context context, ServiceListener l) {
528 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, BluetoothA2dp.this);
BluetoothAdapter.java     [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 222 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED;
317 mA2dp = (BluetoothA2dp) proxy;
360 private BluetoothA2dp mA2dp = null;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 23 import android.bluetooth.BluetoothA2dp;
472 boolean isPlaying = (state == BluetoothA2dp.STATE_PLAYING);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 28 import android.bluetooth.BluetoothA2dp;
509 // Reference to BluetoothA2dp to query for AbsoluteVolume.
510 private BluetoothA2dp mA2dp;
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /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/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1654 milliseconds