HomeSort by relevance Sort by last modified time
    Searched refs:getConnectionState (Results 76 - 100 of 158) sorted by null

1 2 34 5 6 7

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 557 int connectionState = getConnectionState(device);
568 int getConnectionState(BluetoothDevice device) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 577 connectionState = getConnectionState(device);
588 public int getConnectionState(BluetoothDevice device) {
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
A2dpStateMachineTest.java 101 mA2dpStateMachine.getConnectionState());
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
HearingAidStateMachineTest.java 100 mHearingAidStateMachine.getConnectionState());
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 423 public int getConnectionState(BluetoothDevice device) {
429 return mService.getConnectionState(device);
    [all...]
BluetoothDevice.java 78 * Connection state bitmask as returned by getConnectionState.
    [all...]
BluetoothHeadset.java 541 public int getConnectionState(BluetoothDevice device) {
542 if (VDBG) log("getConnectionState(" + device + ")");
546 return service.getConnectionState(device);
    [all...]
BluetoothHeadsetClient.java 567 public int getConnectionState(BluetoothDevice device) {
568 if (VDBG) log("getConnectionState(" + device + ")");
572 return service.getConnectionState(device);
    [all...]
BluetoothHealth.java 349 public int getConnectionState(BluetoothDevice device) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHidDeviceFacade.java 361 return sHidDeviceProfile.getConnectionState(device);
BluetoothHidFacade.java 238 return sHidProfile.getConnectionState(device);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java 166 return mService.getConnectionState(device);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 207 int state = mLocalBluetoothManager.getBluetoothAdapter().getConnectionState();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothSummaryUpdaterTest.java 84 doAnswer(invocation -> mAdapterConnectionState[0]).when(mBtAdapter).getConnectionState();
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 276 public synchronized int getConnectionState(BluetoothDevice device) {
665 public int getConnectionState(BluetoothDevice device) {
675 return service.getConnectionState(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 545 return getConnectionState(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidStateMachine.java 497 int getConnectionState() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
PbapStateMachine.java 428 synchronized int getConnectionState() {
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachineTest.java 105 Assert.assertEquals(mHeadsetClientStateMachine.getConnectionState(null),
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 642 int getConnectionState(BluetoothDevice device) {
724 connectionState = getConnectionState(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 332 int getConnectionState() {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha5/
devicelib-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha6/
devicelib-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha7/
devicelib-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.5.0-alpha-preview-02/
devicelib-25.5.0-alpha-preview-02.jar 

Completed in 1807 milliseconds

1 2 34 5 6 7