OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIORITY_AUTO_CONNECT
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java
79
public static final int
PRIORITY_AUTO_CONNECT
= 1000;
BluetoothHeadset.java
121
public static final int
PRIORITY_AUTO_CONNECT
= 1000;
/frameworks/base/core/java/android/server/
BluetoothA2dpService.java
108
if (getSinkPriority(device) == BluetoothA2dp.
PRIORITY_AUTO_CONNECT
&&
210
getSinkPriority(device) == BluetoothA2dp.
PRIORITY_AUTO_CONNECT
&&
504
setSinkPriority(device, BluetoothA2dp.
PRIORITY_AUTO_CONNECT
);
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
485
mHeadsetPriority.set(mRemoteDevice, BluetoothHeadset.
PRIORITY_AUTO_CONNECT
);
743
int maxPriority = BluetoothHeadset.
PRIORITY_AUTO_CONNECT
;
763
*
PRIORITY_AUTO_CONNECT
*/
769
int priority = BluetoothHeadset.
PRIORITY_AUTO_CONNECT
;
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java
643
auto = BluetoothA2dp.
PRIORITY_AUTO_CONNECT
;
645
auto = BluetoothHeadset.
PRIORITY_AUTO_CONNECT
;
Completed in 181 milliseconds