[go: nahoru, domu]

Searched defs:STATE_CONNECTING (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java36 public static final int STATE_CONNECTING = 2; field in class:LegacyVpnInfo
81 return STATE_CONNECTING;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCastController.java36 public static final int STATE_CONNECTING = 1; field in class:CastController.CastDevice
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java80 public static final int STATE_CONNECTING = 1; field in class:BluetoothPbap
H A DBluetoothProfile.java54 public static final int STATE_CONNECTING = 1; field in interface:BluetoothProfile
188 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
202 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
H A DBluetoothAdapter.java390 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
452 public static final int STATE_CONNECTING = 1; field in class:BluetoothAdapter
1506 * {@link #STATE_CONNECTING} or {@link #STATE_DISCONNECTED}
1534 * {@link BluetoothProfile#STATE_CONNECTING},
/frameworks/support/v4/ics/android/support/v4/media/session/
H A DMediaSessionCompatApi14.java41 final static int STATE_CONNECTING = 8; field in class:MediaSessionCompatApi14
105 case STATE_CONNECTING:
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java182 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING,
255 public final static int STATE_CONNECTING = 8; field in class:PlaybackState
370 * <li> {@link PlaybackState#STATE_CONNECTING}</li>
882 * <li> {@link PlaybackState#STATE_CONNECTING}</li>
926 * <li> {@link PlaybackState#STATE_CONNECTING}</li>
/frameworks/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java181 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING,
256 public final static int STATE_CONNECTING = 8; field in class:PlaybackStateCompat
376 * <li> {@link PlaybackStateCompat#STATE_CONNECTING}</li>
853 * <li> {@link PlaybackStateCompat#STATE_CONNECTING}</li>
888 * <li> {@link PlaybackStateCompat#STATE_CONNECTING}</li>
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java88 public static final int STATE_CONNECTING = 9; field in class:Call
1239 case STATE_CONNECTING:

Completed in 174 milliseconds