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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 317 int connectionState = mStateMachine.getConnectionState(device);
318 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
319 connectionState == BluetoothProfile.STATE_CONNECTING) {
330 int connectionState = mStateMachine.getConnectionState(device);
331 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
332 connectionState != BluetoothProfile.STATE_CONNECTING) {
376 int connectionState = mStateMachine.getConnectionState(device);
377 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
378 connectionState != BluetoothProfile.STATE_CONNECTING) {
390 int connectionState = mStateMachine.getConnectionState(device)
    [all...]
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 122 int connectionState = mStateMachine.getConnectionState(device);
123 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
124 connectionState == BluetoothProfile.STATE_CONNECTING) {
135 int connectionState = mStateMachine.getConnectionState(device);
136 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
137 connectionState != BluetoothProfile.STATE_CONNECTING) {
A2dpStateMachine.java 658 int connectionState;
665 connectionState = getConnectionState(device);
667 if (connectionState == states[i]) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 40 public static int getConnectionStateSummary(int connectionState) {
41 switch (connectionState) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 118 public void handleConnectionStateChange(int connectionState) {
119 final boolean connected = (connectionState == BluetoothAdapter.STATE_CONNECTED);

Completed in 89 milliseconds