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

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
Network.java 20 BLUETOOTH("Bluetooth"),
  /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;
40 public static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
AdapterService.java 21 package com.android.bluetooth.btservice;
25 import android.bluetooth.BluetoothAdapter;
26 import android.bluetooth.BluetoothDevice;
27 import android.bluetooth.BluetoothProfile;
28 import android.bluetooth.IBluetooth;
29 import android.bluetooth.IBluetoothCallback;
30 import android.bluetooth.IBluetoothManager;
31 import android.bluetooth.IBluetoothManagerCallback;
50 import com.android.bluetooth.a2dp.A2dpService;
51 import com.android.bluetooth.hid.HidService
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 54 import com.android.settings.bluetooth.BluetoothSettings;
64 BLUETOOTH,
374 case BLUETOOTH:
PowerUsageSummary.java 288 case BLUETOOTH:
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/devices/
DeviceParserTest.java 74 assertTrue(networks.contains(Network.BLUETOOTH));
  /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...]
  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.IBluetooth;
22 import android.bluetooth.IBluetoothCallback;
23 import android.bluetooth.IBluetoothManager;
24 import android.bluetooth.IBluetoothManagerCallback;
25 import android.bluetooth.IBluetoothStateChangeCallback;
53 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
54 private static final String ACTION_SERVICE_STATE_CHANGED="com.android.bluetooth.btservice.action.STATE_CHANGED";
128 if (DBG) Log.d(TAG, "Bluetooth Adapter name changed to " + newName);
176 if (DBG) Log.d(TAG, "Auto-enabling Bluetooth.")
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 696 * - If bluetooth is available, this button's function is to bring up the
698 * speaker / bluetooth). So it should look like a regular action button,
702 * - If speaker (but not bluetooth) is available, this button should look like
    [all...]
InCallScreen.java 24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothHeadset;
27 import android.bluetooth.BluetoothProfile;
28 import android.bluetooth.IBluetoothHeadsetPhone;
260 BLUETOOTH, // Bluetooth headset (if available)
349 // The bluetooth headset state changed, so some UI
352 // elements that care about the bluetooth state get it
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DeviceCreationDialog.java 744 mHardware.addNetwork(Network.BLUETOOTH);
    [all...]
  /tools/build/builder/prebuilts/
sdklib.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 3734 milliseconds