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

1 2

  /packages/services/Telephony/common/src/com/android/services/telephony/common/
AudioMode.java 25 public static int BLUETOOTH = 0x00000002;
30 public static int ALL_MODES = EARPIECE | BLUETOOTH | WIRED_HEADSET | SPEAKER;
41 if ((mode & BLUETOOTH) == BLUETOOTH) {
42 listAppend(buffer, "BLUETOOTH");
  /external/chromium_org/chromeos/dbus/
dbus_client_bundle_unittest.cc 16 EXPECT_EQ(DBusClientBundle::BLUETOOTH,
17 DBusClientBundle::ParseUnstubList("BLUETOOTH"));
19 EXPECT_EQ(DBusClientBundle::BLUETOOTH,
20 DBusClientBundle::ParseUnstubList("bluetooth"));
dbus_client_bundle.cc 88 { "bluetooth", DBusClientBundle::BLUETOOTH },
124 if (!IsUsingStub(BLUETOOTH)) {
dbus_client_bundle.h 60 BLUETOOTH = 1 << 0,
bluetooth_gatt_service_service_provider.cc 41 VLOG(1) << "Creating Bluetooth GATT service: " << object_path_.value()
75 VLOG(1) << "Cleaning up Bluetooth GATT service: " << object_path_.value();
85 // Called by dbus:: when the Bluetooth daemon fetches a single property of
147 // Called by dbus:: when the Bluetooth daemon sets a single property of the
164 // Called by dbus:: when the Bluetooth daemon fetches all properties of the
272 if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) {
bluetooth_profile_service_provider.cc 35 VLOG(1) << "Creating Bluetooth Profile: " << object_path_.value();
73 VLOG(1) << "Cleaning up Bluetooth Profile: " << object_path_.value();
85 // Called by dbus:: when the profile is unregistered from the Bluetooth
97 // Called by dbus:: when the Bluetooth daemon establishes a new connection
141 // Called by dbus:: when the Bluetooth daemon is about to disconnect the
255 if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) {
bluetooth_agent_service_provider.cc 35 VLOG(1) << "Creating Bluetooth Agent: " << object_path_.value();
113 VLOG(1) << "Cleaning up Bluetooth Agent: " << object_path_.value();
125 // Called by dbus:: when the agent is unregistered from the Bluetooth
137 // Called by dbus:: when the Bluetooth daemon requires a PIN Code for
161 // Called by dbus:: when the Bluetooth daemon requires that the user
184 // Called by dbus:: when the Bluetooth daemon requires a Passkey for
208 // Called by dbus:: when the Bluetooth daemon requires that the user
233 // Called by dbus:: when the Bluetooth daemon requires that the user
261 // Called by dbus:: when the Bluetooth daemon requires that the user
286 // Called by dbus:: when the Bluetooth daemon requires that the use
    [all...]
bluetooth_gatt_characteristic_service_provider.cc 48 VLOG(1) << "Created Bluetooth GATT characteristic: " << object_path.value()
86 VLOG(1) << "Cleaning up Bluetooth GATT characteristic: "
130 // Called by dbus:: when the Bluetooth daemon fetches a single property of
201 // Called by dbus:: when the Bluetooth daemon sets a single property of the
280 // Called by dbus:: when the Bluetooth daemon fetches all properties of the
467 if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) {
bluetooth_gatt_descriptor_service_provider.cc 46 VLOG(1) << "Created Bluetooth GATT characteristic descriptor: "
84 VLOG(1) << "Cleaning up Bluetooth GATT characteristic descriptor: "
127 // Called by dbus:: when the Bluetooth daemon fetches a single property of
198 // Called by dbus:: when the Bluetooth daemon sets a single property of the
277 // Called by dbus:: when the Bluetooth daemon fetches all properties of the
463 if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) {
  /frameworks/base/location/lib/java/com/android/location/provider/
GmsFusedBatchOptions.java 88 public static int BLUETOOTH = 1<<4;
  /frameworks/base/core/java/com/android/internal/os/
BatterySipper.java 56 BLUETOOTH,
BatteryStatsHelper.java     [all...]
  /frameworks/base/location/java/android/location/
FusedBatchOptions.java 94 public static int BLUETOOTH = 1<<4;
  /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;
27 import android.bluetooth.BluetoothAdapter;
28 import android.bluetooth.BluetoothDevice;
29 import android.bluetooth.BluetoothProfile;
30 import android.bluetooth.BluetoothUuid;
31 import android.bluetooth.IBluetooth;
32 import android.bluetooth.IBluetoothCallback;
33 import android.bluetooth.IBluetoothManager;
34 import android.bluetooth.IBluetoothManagerCallback;
35 import android.bluetooth.BluetoothActivityEnergyInfo
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 151 case BLUETOOTH:
PowerUsageDetail.java 59 import com.android.settings.bluetooth.BluetoothSettings;
200 case BLUETOOTH:
584 case BLUETOOTH:
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioManagerAndroid.java 7 import android.bluetooth.BluetoothAdapter;
8 import android.bluetooth.BluetoothManager;
136 "Bluetooth headset", // Requires BLUETOOTH permission.
147 // Bluetooth audio SCO states. Example of valid state sequence:
173 // Enabled during initialization if BLUETOOTH permission is granted.
178 // Stores the audio states related to Bluetooth SCO audio, where some
211 // Broadcast receiver for Bluetooth headset intent broadcasts.
212 // Utilized to detect changes in Bluetooth headset availability.
215 // Broadcast receiver for Bluetooth SCO broadcasts
    [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;
33 import android.bluetooth.BluetoothAdapter;
34 import android.bluetooth.BluetoothDevice;
35 import android.bluetooth.BluetoothProfile;
36 import android.bluetooth.BluetoothServerSocket;
37 import android.bluetooth.IBluetoothMap;
38 import android.bluetooth.BluetoothUuid;
39 import android.bluetooth.BluetoothMap;
40 import android.bluetooth.BluetoothSocket;
58 import com.android.bluetooth.R
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.IBluetooth;
23 import android.bluetooth.IBluetoothGatt;
24 import android.bluetooth.IBluetoothCallback;
25 import android.bluetooth.IBluetoothHeadset;
26 import android.bluetooth.IBluetoothManager;
27 import android.bluetooth.IBluetoothManagerCallback;
28 import android.bluetooth.IBluetoothProfileServiceConnection;
29 import android.bluetooth.IBluetoothStateChangeCallback
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /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 2527 milliseconds

1 2