HomeSort by relevance Sort by last modified time
    Searched refs:BLUETOOTH (Results 1 - 25 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/base/services/core/java/com/android/server/lights/
LightsManager.java 28 public static final int LIGHT_ID_BLUETOOTH = Type.BLUETOOTH;
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 18 package android.bluetooth;
27 * Public APIs for the Bluetooth Profiles.
39 * Bluetooth device.
41 String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
47 * Bluetooth device.
50 "android.bluetooth.profile.extra.PREVIOUS_STATE";
229 @RequiresPermission(Manifest.permission.BLUETOOTH)
243 @RequiresPermission(Manifest.permission.BLUETOOTH)
249 * @param device Remote bluetooth device.
253 @RequiresPermission(Manifest.permission.BLUETOOTH)
    [all...]
BluetoothDevice.java 17 package android.bluetooth;
38 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
42 * <p>This class is really just a thin wrapper for a Bluetooth hardware
44 * are performed on the remote Bluetooth hardware address, using the
59 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission.
64 * For more information about using Bluetooth, read the <a href=
65 * "{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> developer
100 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} and
106 "android.bluetooth.device.action.FOUND"
    [all...]
BluetoothManager.java 17 package android.bluetooth;
33 * and to conduct overall Bluetooth Management.
42 * For more information about using BLUETOOTH, read the <a href=
43 * "{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> developer
74 * Get the default BLUETOOTH Adapter for this device.
76 * @return the default BLUETOOTH Adapter
86 * the connection state of the local Bluetooth adapter for certain profile.
88 * to know the state of Bluetooth.
90 * @param device Remote bluetooth device
    [all...]
BluetoothHearingAid.java 17 package android.bluetooth;
40 * This class provides the public APIs to control the Bluetooth Hearing Aid
43 * <p>BluetoothHearingAid is a proxy object for controlling the Bluetooth Hearing Aid
70 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
75 "android.bluetooth.hearingaid.profile.action.CONNECTION_STATE_CHANGED";
91 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
96 "android.bluetooth.hearingaid.profile.action.PLAYING_STATE_CHANGED";
107 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
112 "android.bluetooth.hearingaid.profile.action.ACTIVE_DEVICE_CHANGED";
183 * Bluetooth Hearing Aid service
    [all...]
BluetoothAdapter.java 18 package android.bluetooth;
27 import android.bluetooth.le.BluetoothLeAdvertiser;
28 import android.bluetooth.le.BluetoothLeScanner;
29 import android.bluetooth.le.PeriodicAdvertisingManager;
30 import android.bluetooth.le.ScanCallback;
31 import android.bluetooth.le.ScanFilter;
32 import android.bluetooth.le.ScanRecord;
33 import android.bluetooth.le.ScanResult;
34 import android.bluetooth.le.ScanSettings;
65 * Represents the local device Bluetooth adapter. The {@link BluetoothAdapter
    [all...]
BluetoothA2dp.java 17 package android.bluetooth;
42 * This class provides the public APIs to control the Bluetooth A2DP
45 * <p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
49 * <p> Android only supports one connected Bluetooth A2dp device at a time.
72 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
77 "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
93 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
98 "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
103 "android.bluetooth.a2dp.profile.action.AVRCP_CONNECTION_STATE_CHANGED";
114 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission t
    [all...]
BluetoothHeadset.java 17 package android.bluetooth;
39 * Public API for controlling the Bluetooth Headset Service. This includes both
40 * Bluetooth Headset and Handsfree (v1.5) profiles.
42 * <p>BluetoothHeadset is a proxy object for controlling the Bluetooth Headset
49 * <p> Android only supports one connected Bluetooth Headset at a time.
71 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
76 "android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED";
91 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission
96 "android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED";
107 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission t
    [all...]
  /hardware/interfaces/light/2.0/
types.hal 93 BLUETOOTH,
  /frameworks/base/location/java/android/location/
FusedBatchOptions.java 104 public static int BLUETOOTH = 1<<4;
  /frameworks/base/core/java/com/android/internal/os/
BatterySipper.java 122 BLUETOOTH,
  /hardware/interfaces/light/2.0/default/
Light.cpp 108 {Type::BLUETOOTH, LIGHT_ID_BLUETOOTH},
  /hardware/interfaces/light/2.0/vts/functional/
VtsHalLightV2_0TargetTest.cpp 72 Type::BLUETOOTH,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AccessoriesFragment.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
64 return MetricsProto.MetricsEvent.BLUETOOTH;
94 Log.w(TAG, "Skipping mysteriously empty bluetooth device");
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
QuickSettingsHelper.java 49 "Auto-rotate screen"), BLUETOOTH("Bluetooth"), AIRPLANE("Airplane mode"),
  /frameworks/base/tests/net/java/com/android/server/connectivity/
IpConnectivityEventBuilderTest.java 31 import static com.android.server.connectivity.metrics.nano.IpConnectivityLogClass.BLUETOOTH;
152 String.format(" link_layer: %d", BLUETOOTH),
  /frameworks/support/compat/src/androidTest/java/androidx/core/content/
ContextCompatTest.java 226 assertEquals("Bluetooth permission denied", PackageManager.PERMISSION_DENIED,
228 android.Manifest.permission.BLUETOOTH));
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 17 package com.android.bluetooth.btservice;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
33 import com.android.bluetooth.BluetoothMetricsProto;
34 import com.android.bluetooth.Utils;
37 * Base class for a background service that runs a Bluetooth profile
43 public static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MessengerService.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothMapClient;
23 import android.bluetooth.BluetoothProfile;
250 registerReceiver(this, intentFilter, android.Manifest.permission.BLUETOOTH, null);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BatteryAppListPreferenceControllerTest.java 102 mNormalBatterySipper.drainType = BatterySipper.DrainType.BLUETOOTH;
  /frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityEventBuilder.java 381 TRANSPORT_LINKLAYER_MAP[TRANSPORT_BLUETOOTH] = IpConnectivityLogClass.BLUETOOTH;
412 IFNAME_LINKLAYERS[2] = IpConnectivityLogClass.BLUETOOTH;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryUtils.java 187 && sipper.drainType != BatterySipper.DrainType.BLUETOOTH
190 // Don't add it if it is overcounted, unaccounted, wifi, bluetooth, or screen
249 || drainType == BatterySipper.DrainType.BLUETOOTH
BatteryEntry.java 158 case BLUETOOTH:
  /platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
SettingsHelper.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothManager;
58 private static final String BLUETOOTH = "Bluetooth";
467 By.descContains(BLUETOOTH).clazz(Switch.class));
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsHelperTest.java 129 mBluetoothBatterySipper.drainType = BatterySipper.DrainType.BLUETOOTH;

Completed in 465 milliseconds

1 2 3 4 5 6 7 8 91011