OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLUETOOTH
(Results
1 - 25
of
25
) sorted by null
/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
");
/frameworks/base/location/lib/java/com/android/location/provider/
GmsFusedBatchOptions.java
88
public static int
BLUETOOTH
= 1<<4;
/frameworks/base/location/java/android/location/
FusedBatchOptions.java
94
public static int
BLUETOOTH
= 1<<4;
/packages/services/Telephony/src/com/android/phone/
AudioRouter.java
129
} else if (AudioMode.
BLUETOOTH
== mode) {
132
//
Bluetooth
audio routing to handle it, since there's other
136
// manually disconnect the active
bluetooth
headset;
143
Log.e(LOG_TAG, "Asking to turn on
bluetooth
when no
bluetooth
available. " +
186
* Called when the
bluetooth
connection changes.
193
// this will read the new
bluetooth
mode appropriately
204
// Since the presence of a wired headset or
bluetooth
affects the
212
// Change state only if we are not using
bluetooth
266
* Turns on/off
bluetooth
. If bluetooth is already in the correct mode, this doe
[
all
...]
/packages/apps/InCallUI/src/com/android/incallui/
CallButtonFragment.java
288
mode = AudioMode.
BLUETOOTH
;
312
* Checks for supporting modes. If
bluetooth
is supported, it uses the audio
319
if (isSupported(AudioMode.
BLUETOOTH
)) {
349
final boolean bluetoothSupported = isSupported(AudioMode.
BLUETOOTH
);
373
if (isAudio(AudioMode.
BLUETOOTH
)) {
486
bluetoothItem.setEnabled(isSupported(AudioMode.
BLUETOOTH
));
ProximitySensor.java
190
* 1) If the audio is routed via
Bluetooth
206
|| AudioMode.
BLUETOOTH
== audioMode
CallCardPresenter.java
190
(AudioModeProvider.getInstance().getAudioMode() == AudioMode.
BLUETOOTH
);
201
final boolean bluetoothOn = (AudioMode.
BLUETOOTH
== mode);
CallButtonPresenter.java
139
* Function assumes that
bluetooth
is not supported.
142
// this function should not be called if
bluetooth
is available
143
if (0 != (AudioMode.
BLUETOOTH
& getSupportedAudio())) {
146
Log.e(this, "toggling speakerphone not allowed when
bluetooth
supported.");
/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
56
import com.android.settings.
bluetooth
.BluetoothSettings;
67
BLUETOOTH
,
389
case
BLUETOOTH
:
BatteryStatsHelper.java
284
case
BLUETOOTH
:
712
DrainType.
BLUETOOTH
, btOnTimeMs, R.drawable.ic_settings_bluetooth,
714
aggregateSippers(bs, mBluetoothSippers, "
Bluetooth
");
[
all
...]
/external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioManagerAndroid.java
7
import android.
bluetooth
.BluetoothAdapter;
8
import android.
bluetooth
.BluetoothManager;
75
"
Bluetooth
headset",
94
// The audio stream is being directed to a
Bluetooth
headset.
96
// We've requested that the audio stream be directed to
Bluetooth
, but
100
//
Bluetooth
, but have not yet received a response from the framework.
156
* for broadcasted intents related to wired headset and
bluetooth
devices.
185
// already attached (can be overridden by a
Bluetooth
headset).
188
// Start routing to
Bluetooth
if there's a connected device.
258
// The "most unique" device will be selected;
Bluetooth
first, the
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
16
package com.android.
bluetooth
.map;
28
import android.
bluetooth
.BluetoothAdapter;
29
import android.
bluetooth
.BluetoothDevice;
30
import android.
bluetooth
.BluetoothProfile;
31
import android.
bluetooth
.BluetoothServerSocket;
32
import android.
bluetooth
.IBluetooth;
33
import android.
bluetooth
.IBluetoothMap;
34
import android.
bluetooth
.BluetoothUuid;
35
import android.
bluetooth
.BluetoothMap;
36
import android.
bluetooth
.BluetoothSocket
[
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
...]
/frameworks/base/services/java/com/android/server/
BluetoothManagerService.java
20
import android.
bluetooth
.BluetoothAdapter;
21
import android.
bluetooth
.IBluetooth;
22
import android.
bluetooth
.IBluetoothGatt;
23
import android.
bluetooth
.IBluetoothCallback;
24
import android.
bluetooth
.IBluetoothManager;
25
import android.
bluetooth
.IBluetoothManagerCallback;
26
import android.
bluetooth
.IBluetoothStateChangeCallback;
52
private static final String BLUETOOTH_PERM = android.Manifest.permission.
BLUETOOTH
;
53
private static final String ACTION_SERVICE_STATE_CHANGED="com.android.
bluetooth
.btservice.action.STATE_CHANGED";
85
//
Bluetooth
persisted setting is of
[
all
...]
/prebuilts/devtools/tools/lib/
sdklib.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 768 milliseconds