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

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 53 import com.android.settings.bluetooth.BluetoothSettings;
63 BLUETOOTH,
371 case BLUETOOTH:
PowerUsageSummary.java 274 case BLUETOOTH:
707 DrainType.BLUETOOTH, btOnTimeMs, R.drawable.ic_settings_bluetooth,
709 aggregateSippers(bs, mBluetoothSippers, "Bluetooth");
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothAudioGateway;
22 import android.bluetooth.BluetoothAudioGateway.IncomingConnectionInfo;
23 import android.bluetooth.BluetoothDevice;
24 import android.bluetooth.BluetoothHeadset;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
27 import android.bluetooth.HeadsetBase;
28 import android.bluetooth.IBluetooth;
29 import android.bluetooth.IBluetoothHeadset
    [all...]
InCallTouchUi.java 667 * - If bluetooth is available, this button's function is to bring up the
669 * speaker / bluetooth). So it should look like a regular action button,
673 * - 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;
259 BLUETOOTH, // Bluetooth headset (if available)
357 // The bluetooth headset state changed, so some UI
360 // elements that care about the bluetooth state get it
    [all...]
BluetoothHandsfree.java 19 import android.bluetooth.AtCommandHandler;
20 import android.bluetooth.AtCommandResult;
21 import android.bluetooth.AtParser;
22 import android.bluetooth.BluetoothA2dp;
23 import android.bluetooth.BluetoothAssignedNumbers;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothHeadset;
27 import android.bluetooth.BluetoothProfile;
28 import android.bluetooth.BluetoothServerSocket
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 25 import android.bluetooth.BluetoothA2dp;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothDevice;
28 import android.bluetooth.BluetoothProfile;
29 import android.bluetooth.BluetoothUuid;
30 import android.bluetooth.IBluetoothA2dp;
58 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
151 throw new RuntimeException("Platform does not support Bluetooth");
406 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
414 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission")
    [all...]
BluetoothEventLoop.java 19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothHealth;
24 import android.bluetooth.BluetoothInputDevice;
25 import android.bluetooth.BluetoothPan;
26 import android.bluetooth.BluetoothProfile;
27 import android.bluetooth.BluetoothUuid;
71 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
    [all...]
BluetoothService.java 27 import android.bluetooth.BluetoothAdapter;
28 import android.bluetooth.BluetoothClass;
29 import android.bluetooth.BluetoothDevice;
30 import android.bluetooth.BluetoothDeviceProfileState;
31 import android.bluetooth.BluetoothHeadset;
32 import android.bluetooth.BluetoothHealthAppConfiguration;
33 import android.bluetooth.BluetoothInputDevice;
34 import android.bluetooth.BluetoothPan;
35 import android.bluetooth.BluetoothProfile;
36 import android.bluetooth.BluetoothProfileState
    [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;
59 import com.android.bluetooth.R
    [all...]
  /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 1122 milliseconds