/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfileState.java | 65 if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) { 71 } else if (action.equals(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED)) { 77 } else if (action.equals(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED)) { 99 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in BluetoothProfileState() 100 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in BluetoothProfileState() 101 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in BluetoothProfileState()
|
D | BluetoothDeviceProfileState.java | 135 if (action.equals(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED)) { 151 } else if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) { 167 } else if (action.equals(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED)) { 244 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in BluetoothDeviceProfileState() 245 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in BluetoothDeviceProfileState() 246 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in BluetoothDeviceProfileState()
|
D | BluetoothPan.java | 69 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPan
|
D | BluetoothInputDevice.java | 65 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothInputDevice
|
D | BluetoothA2dp.java | 67 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dp
|
D | BluetoothHeadset.java | 68 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadset
|
D | BluetoothAdapter.java | 317 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAdapter
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothController.java | 46 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in BluetoothController() 68 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) { in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 122 action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) { 147 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in PhoneStatusBarPolicy() 263 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) { in updateBluetooth()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 221 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 224 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 227 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 230 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 1410 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver() 1411 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver() 1412 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED}; in getConnectProfileReceiver() 1421 String[] actions = {BluetoothPan.ACTION_CONNECTION_STATE_CHANGED}; in getConnectPanReceiver()
|
/frameworks/base/core/java/android/server/ |
D | BluetoothInputProfileHandler.java | 187 Intent intent = new Intent(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in handleInputDeviceStateChange()
|
D | BluetoothPanProfileHandler.java | 299 Intent intent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in handlePanDeviceStateChange()
|
D | BluetoothA2dpService.java | 604 Intent intent = new Intent(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in onConnectionStateChanged()
|
D | BluetoothService.java | 2665 Intent intent = new Intent(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in sendConnectionStateChange()
|
/frameworks/base/services/java/com/android/server/ |
D | WifiService.java | 1021 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) { 1139 intentFilter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in registerForBroadcasts()
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 465 intentFilter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in AudioService() 3413 } else if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) { in onReceive()
|
/frameworks/base/api/ |
D | 14.txt | 4223 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2… 4250 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad… 4508 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…
|
D | 15.txt | 4228 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2… 4255 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad… 4517 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…
|
D | current.txt | 4436 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2… 4464 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad… 4726 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…
|
D | 16.txt | 4436 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2… 4464 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad… 4726 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…
|