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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 115 int connectionState = mStateMachine.getConnectionState(device);
116 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
117 connectionState == BluetoothProfile.STATE_CONNECTING) {
128 int connectionState = mStateMachine.getConnectionState(device);
129 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
130 connectionState != BluetoothProfile.STATE_CONNECTING) {
A2dpStateMachine.java 659 int connectionState;
666 connectionState = getConnectionState(device);
668 if (connectionState == states[i]) {
    [all...]
  /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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaDataConnectionTracker.java 820 int connectionState = DATA_CONNECTION_ACTIVE_PH_LINK_INACTIVE;
825 connectionState = dataCallStates.get(index).active;
826 if (connectionState != DATA_CONNECTION_ACTIVE_PH_LINK_INACTIVE) {
841 switch (connectionState) {
    [all...]

Completed in 80 milliseconds