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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 325 int connectionState = mStateMachine.getConnectionState(device);
326 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
327 connectionState == BluetoothProfile.STATE_CONNECTING) {
338 int connectionState = mStateMachine.getConnectionState(device);
339 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
340 connectionState != BluetoothProfile.STATE_CONNECTING) {
384 int connectionState = mStateMachine.getConnectionState(device);
385 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
386 connectionState != BluetoothProfile.STATE_CONNECTING) {
398 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 660 int connectionState;
667 connectionState = getConnectionState(device);
669 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) {
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCPeerConnectionHandler.cpp 131 RTCPeerConnectionStateTask(MockWebRTCPeerConnectionHandler* object, WebRTCPeerConnectionHandlerClient* client, WebRTCPeerConnectionHandlerClient::ICEConnectionState connectionState, WebRTCPeerConnectionHandlerClient::ICEGatheringState gatheringState)
134 , m_connectionState(connectionState)
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 582 int connectionState;
589 connectionState = getConnectionState(device);
591 if (connectionState == states[i]) {

Completed in 98 milliseconds