/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 55 public static final int STATE_DISCONNECTING = 3; 139 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}, 152 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
|
BluetoothA2dp.java | 61 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}. 186 * {@link #STATE_CONNECTED} to state {@link #STATE_DISCONNECTING} to 188 * {@link #STATE_DISCONNECTING} can be used to distinguish between the 461 case STATE_DISCONNECTING:
|
BluetoothDeviceProfileState.java | 377 BluetoothProfile.STATE_DISCONNECTING}).size() == 0) { 386 BluetoothProfile.STATE_DISCONNECTING}).size() == 0) { [all...] |
BluetoothAdapter.java | 312 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}. 343 public static final int STATE_DISCONNECTING = 3; [all...] |
/frameworks/base/core/java/android/server/ |
BluetoothA2dpService.java | 230 case BluetoothA2dp.STATE_DISCONNECTING: 231 handleSinkStateChange(device, BluetoothA2dp.STATE_DISCONNECTING, 289 BluetoothA2dp.STATE_DISCONNECTING}).size() != 0) { 295 case BluetoothA2dp.STATE_DISCONNECTING: 326 case BluetoothA2dp.STATE_DISCONNECTING: 346 case BluetoothA2dp.STATE_DISCONNECTING: 350 handleSinkStateChange(device, state, BluetoothA2dp.STATE_DISCONNECTING);
|
BluetoothPanProfileHandler.java | 174 BluetoothPan.STATE_DISCONNECTING, panDevice.mLocalRole); 235 handlePanDeviceStateChange(device, panDevice.mIface, BluetoothPan.STATE_DISCONNECTING, 284 prevState == BluetoothPan.STATE_DISCONNECTING)) {
|
BluetoothInputProfileHandler.java | 111 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_DISCONNECTING);
|
BluetoothHealthProfileHandler.java | 574 * {@link BluetoothHealth#STATE_CONNECTED} to {@link BluetoothHealth#STATE_DISCONNECTING} 575 * {@link BluetoothHealth#STATE_DISCONNECTING} to {@link BluetoothHealth#STATE_DISCONNECTED} 623 case BluetoothHealth.STATE_DISCONNECTING: 656 return BluetoothHealth.STATE_DISCONNECTING;
|
BluetoothService.java | [all...] |
BluetoothEventLoop.java | [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
A2dpProfile.java | 80 BluetoothProfile.STATE_DISCONNECTING});
|
Utils.java | 48 case BluetoothProfile.STATE_DISCONNECTING:
|
DockEventReceiver.java | 100 oldState != BluetoothProfile.STATE_DISCONNECTING) {
|
BluetoothDevicePreference.java | 224 case BluetoothProfile.STATE_DISCONNECTING:
|
CachedBluetoothDevice.java | 418 || status == BluetoothProfile.STATE_DISCONNECTING) {
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 256 case BluetoothProfile.STATE_DISCONNECTING: [all...] |
/packages/apps/Phone/src/com/android/phone/ |
BluetoothHeadsetService.java | 632 headset.mState == BluetoothProfile.STATE_DISCONNECTING) { [all...] |
/prebuilt/sdk/14/ |
android.jar | |