/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 55 public static final int STATE_DISCONNECTING = 3; 155 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}, 168 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
|
BluetoothA2dp.java | 63 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}. 248 * {@link #STATE_CONNECTED} to state {@link #STATE_DISCONNECTING} to 250 * {@link #STATE_DISCONNECTING} can be used to distinguish between the 505 case STATE_DISCONNECTING:
|
BluetoothAdapter.java | 337 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}. 368 public static final int STATE_DISCONNECTING = 3; [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterProperties.java | 327 state == BluetoothProfile.STATE_DISCONNECTING); 335 case BluetoothProfile.STATE_DISCONNECTING: 336 return BluetoothAdapter.STATE_DISCONNECTING; 356 case BluetoothProfile.STATE_DISCONNECTING: 370 case BluetoothProfile.STATE_DISCONNECTING:
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
BluetoothHeadsetHandover.java | 65 static final int STATE_DISCONNECTING = 6; 189 mState = STATE_DISCONNECTING; 210 case STATE_DISCONNECTING: 320 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) { 330 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
Utils.java | 48 case BluetoothProfile.STATE_DISCONNECTING:
|
A2dpProfile.java | 111 BluetoothProfile.STATE_DISCONNECTING});
|
DockEventReceiver.java | 103 oldState != BluetoothProfile.STATE_DISCONNECTING) {
|
BluetoothDevicePreference.java | 227 case BluetoothProfile.STATE_DISCONNECTING:
|
HeadsetProfile.java | 173 BluetoothProfile.STATE_DISCONNECTING});
|
MapProfile.java | 168 BluetoothProfile.STATE_DISCONNECTING});
|
CachedBluetoothDevice.java | 469 || status == BluetoothProfile.STATE_DISCONNECTING) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpStateMachine.java | 336 BluetoothProfile.STATE_DISCONNECTING); 381 BluetoothProfile.STATE_DISCONNECTING); 505 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING, 597 return BluetoothProfile.STATE_DISCONNECTING; [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
HidService.java | 153 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING); 164 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING); 625 return BluetoothProfile.STATE_DISCONNECTING;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
PanService.java | 165 BluetoothProfile.STATE_DISCONNECTING, BluetoothPan.LOCAL_PANU_ROLE, 401 return BluetoothProfile.STATE_DISCONNECTING; 454 prevState == BluetoothProfile.STATE_DISCONNECTING)) {
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 256 case BluetoothProfile.STATE_DISCONNECTING: [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 458 BluetoothProfile.STATE_DISCONNECTING); 503 BluetoothProfile.STATE_DISCONNECTING); 629 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING, [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 626 * {@link BluetoothHealth#STATE_CONNECTED} to {@link BluetoothHealth#STATE_DISCONNECTING} 627 * {@link BluetoothHealth#STATE_DISCONNECTING} to {@link BluetoothHealth#STATE_DISCONNECTED} 681 case BluetoothHealth.STATE_DISCONNECTING: 721 return BluetoothHealth.STATE_DISCONNECTING; [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 | |