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 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) {
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCPeerConnectionHandler.cpp 134 RTCPeerConnectionStateTask(MockWebRTCPeerConnectionHandler* object, WebRTCPeerConnectionHandlerClient* client, WebRTCPeerConnectionHandlerClient::ICEConnectionState connectionState, WebRTCPeerConnectionHandlerClient::ICEGatheringState gatheringState)
137 , m_connectionState(connectionState)
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 546 int connectionState;
553 connectionState = getConnectionState(device);
555 if (connectionState == states[i]) {

Completed in 365 milliseconds