OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIORITY_ON
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java
190
if (mService.getSinkPriority(device) > BluetoothA2dp.
PRIORITY_ON
) {
191
mService.setSinkPriority(device, BluetoothA2dp.
PRIORITY_ON
);
225
if (mService.getSinkPriority(device) < BluetoothA2dp.
PRIORITY_ON
) {
226
mService.setSinkPriority(device, BluetoothA2dp.
PRIORITY_ON
);
308
if (mService.getPriority(device) > BluetoothHeadset.
PRIORITY_ON
) {
309
mService.setPriority(device, BluetoothHeadset.
PRIORITY_ON
);
349
if (mService.getPriority(device) < BluetoothHeadset.
PRIORITY_ON
) {
350
mService.setPriority(device, BluetoothHeadset.
PRIORITY_ON
);
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java
82
public static final int
PRIORITY_ON
= 100;
BluetoothHeadset.java
124
public static final int
PRIORITY_ON
= 100;
/frameworks/base/core/java/android/server/
BluetoothA2dpService.java
100
setSinkPriority(device, BluetoothA2dp.
PRIORITY_ON
);
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
268
mHeadsetPriority.set(device, BluetoothHeadset.
PRIORITY_ON
);
[
all
...]
Completed in 2932 milliseconds