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

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 18 package android.bluetooth;
26 * Public APIs for the Bluetooth Profiles.
38 * Bluetooth device.
40 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
46 * Bluetooth device.
49 "android.bluetooth.profile.extra.PREVIOUS_STATE";
171 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
175 @RequiresPermission(Manifest.permission.BLUETOOTH)
185 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
192 @RequiresPermission(Manifest.permission.BLUETOOTH)
    [all...]
BluetoothManager.java 17 package android.bluetooth;
30 * 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
72 * Get the default BLUETOOTH Adapter for this device.
74 * @return the default BLUETOOTH Adapter
84 * the connection state of the local Bluetooth adapter for certain profile.
86 * to know the state of Bluetooth.
88 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission
    [all...]
BluetoothDevice.java 17 package android.bluetooth;
37 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
41 * <p>This class is really just a thin wrapper for a Bluetooth hardware
43 * are performed on the remote Bluetooth hardware address, using the
58 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission.
63 * For more information about using Bluetooth, read the <a href=
64 * "{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> developer
99 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} and
105 "android.bluetooth.device.action.FOUND"
    [all...]
BluetoothAdapter.java 18 package android.bluetooth;
26 import android.bluetooth.le.BluetoothLeAdvertiser;
27 import android.bluetooth.le.BluetoothLeScanner;
28 import android.bluetooth.le.ScanCallback;
29 import android.bluetooth.le.ScanFilter;
30 import android.bluetooth.le.ScanRecord;
31 import android.bluetooth.le.ScanResult;
32 import android.bluetooth.le.ScanSettings;
63 * Represents the local device Bluetooth adapter. The {@link BluetoothAdapter}
64 * lets you perform fundamental Bluetooth tasks, such as initiat
    [all...]
BluetoothA2dp.java 17 package android.bluetooth;
41 * This class provides the public APIs to control the Bluetooth A2DP
44 *<p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
48 * <p> Android only supports one connected Bluetooth A2dp device at a time.
71 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
76 "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
92 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
97 "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
102 "android.bluetooth.a2dp.profile.action.AVRCP_CONNECTION_STATE_CHANGED";
156 * Bluetooth A2DP service
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
GmsFusedBatchOptions.java 96 public static int BLUETOOTH = 1<<4;
  /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 84 BLUETOOTH,
BatteryStatsHelper.java 87 * List of apps using bluetooth power.
519 // Add the app to the app list, WiFi, Bluetooth, etc, or into "Other Users" list.
652 * Bluetooth usage is not attributed to any apps yet, so the entire blame goes to the
653 * Bluetooth Category.
656 BatterySipper bs = new BatterySipper(BatterySipper.DrainType.BLUETOOTH, null, 0);
659 aggregateSippers(bs, mBluetoothSippers, "Bluetooth");
  /frameworks/support/compat/tests/java/android/support/v4/content/
ContextCompatTest.java 150 assertEquals("Bluetooth permission denied", PackageManager.PERMISSION_DENIED,
152 android.Manifest.permission.BLUETOOTH));
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 17 package com.android.settings.bluetooth;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
40 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
41 import com.android.settingslib.bluetooth.HidProfile;
42 import com.android.settingslib.bluetooth.LocalBluetoothProfile;
50 * Bluetooth device in the Bluetooth Settings screen.
75 public final String BLUETOOTH = r.getString(R.string.bluetooth_talkback_bluetooth);
155 // Disable this view if the bluetooth enable/disable preference view is of
    [all...]
BluetoothSettings.java 17 package com.android.settings.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
54 import com.android.settingslib.bluetooth.BluetoothCallback;
55 import com.android.settingslib.bluetooth.BluetoothDeviceFilter;
56 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
57 import com.android.settingslib.bluetooth.LocalBluetoothManager;
67 * BluetoothSettings is the Settings screen for Bluetooth configuration and
137 return MetricsEvent.BLUETOOTH;
228 // If the user is not allowed to configure bluetooth, do not show the menu
    [all...]
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
QuickSettingsTest.java 19 import android.bluetooth.BluetoothManager;
41 "Auto-rotate screen"), BLUETOOTH("Bluetooth"), AIRPLANE("Airplane mode"),
202 mDevice.wait(Until.findObject(By.textContains(QuickSettingTiles.BLUETOOTH.getName())),
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 17 package com.android.bluetooth.btservice;
21 import com.android.bluetooth.Utils;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothProfile;
42 public static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
AdapterService.java 21 package com.android.bluetooth.btservice;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothDevice;
28 import android.bluetooth.BluetoothProfile;
29 import android.bluetooth.BluetoothUuid;
30 import android.bluetooth.IBluetooth;
31 import android.bluetooth.IBluetoothCallback;
32 import android.bluetooth.BluetoothActivityEnergyInfo;
33 import android.bluetooth.OobData;
34 import android.bluetooth.UidTraffic
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 150 case BLUETOOTH:
PowerUsageDetail.java 58 import com.android.settings.bluetooth.BluetoothSettings;
213 case BLUETOOTH:
627 case BLUETOOTH:
    [all...]
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
SysUINotificationShadeTests.java 69 FLASHLIGHT("Flashlight"), SCREEN("screen"), BLUETOOTH("Bluetooth"),
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_voice_utils.py     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 33 package com.android.bluetooth.pbap;
39 import android.bluetooth.BluetoothAdapter;
40 import android.bluetooth.BluetoothDevice;
41 import android.bluetooth.BluetoothPbap;
42 import android.bluetooth.BluetoothProfile;
43 import android.bluetooth.BluetoothServerSocket;
44 import android.bluetooth.BluetoothSocket;
45 import android.bluetooth.IBluetooth;
46 import android.bluetooth.IBluetoothPbap;
47 import android.bluetooth.BluetoothUuid
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 16 package com.android.bluetooth.map;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothMap;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
25 import android.bluetooth.IBluetoothMap;
26 import android.bluetooth.SdpMnsRecord;
45 import com.android.bluetooth.Utils;
46 import com.android.bluetooth.btservice.AdapterService
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothProfile;
23 import android.bluetooth.IBluetooth;
24 import android.bluetooth.IBluetoothCallback;
25 import android.bluetooth.IBluetoothGatt;
26 import android.bluetooth.IBluetoothHeadset;
27 import android.bluetooth.IBluetoothManager;
28 import android.bluetooth.IBluetoothManagerCallback;
29 import android.bluetooth.IBluetoothProfileServiceConnection;
30 import android.bluetooth.IBluetoothStateChangeCallback
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 155 * A constant indicating a bluetooth scan timer.
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 

Completed in 1081 milliseconds

1 2 3 4 5 6 7