HomeSort by relevance Sort by last modified time
    Searched refs:STATE_CONNECTED (Results 26 - 43 of 43) sorted by null

12

  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 202 if (mChatService.getState() != BluetoothChatService.STATE_CONNECTED) {
251 case BluetoothChatService.STATE_CONNECTED:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 172 if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) {
268 if (state == BluetoothAdapter.STATE_CONNECTED) {
  /frameworks/base/core/java/android/server/
BluetoothService.java     [all...]
BluetoothEventLoop.java 520 BluetoothPan.STATE_CONNECTED,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 447 setState(BluetoothPbap.STATE_CONNECTED);
722 return mState == BluetoothPbap.STATE_CONNECTED && mRemoteDevice.equals(device);
738 case BluetoothPbap.STATE_CONNECTED:
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 61 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
183 * will transition from {@link #STATE_CONNECTED} to
186 * {@link #STATE_CONNECTED} to state {@link #STATE_DISCONNECTING} to
459 case STATE_CONNECTED:
BluetoothAdapter.java 312 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
341 public static final int STATE_CONNECTED = 2;
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 227 case BluetoothProfile.STATE_CONNECTED:
DeviceProfilesSettings.java 258 status == BluetoothProfile.STATE_CONNECTED;
DockService.java 805 if (status == BluetoothProfile.STATE_CONNECTED) {
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 434 if (mInfo.state == LegacyVpnInfo.STATE_CONNECTED && mInterface == null) {
629 mInfo.state = LegacyVpnInfo.STATE_CONNECTED;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 229 case BluetoothChatService.STATE_CONNECTED:
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java     [all...]
BluetoothHandsfree.java     [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 429 if (state == BluetoothHeadset.STATE_CONNECTED) {
453 if (state == BluetoothProfile.STATE_CONNECTED) {
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 272 mInfo.state == LegacyVpnInfo.STATE_CONNECTED) {
  /prebuilt/sdk/14/
android.jar 

Completed in 1478 milliseconds

12