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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 145 public static final int PRIORITY_ON = 100;
BluetoothSap.java 357 priority != BluetoothProfile.PRIORITY_ON) {
BluetoothA2dp.java 342 * Priority can be one of {@link #PRIORITY_ON} orgetBluetoothManager
358 priority != BluetoothProfile.PRIORITY_ON){
377 * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
BluetoothMap.java 320 * Priority can be one of {@link #PRIORITY_ON} or
332 priority != BluetoothProfile.PRIORITY_ON) {
351 * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
BluetoothInputDevice.java 423 * Priority can be one of {@link #PRIORITY_ON} or
438 priority != BluetoothProfile.PRIORITY_ON) {
457 * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
BluetoothHeadset.java 453 * Priority can be one of {@link #PRIORITY_ON} or
469 priority != BluetoothProfile.PRIORITY_ON) {
488 * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED}
    [all...]
BluetoothHeadsetClient.java 593 priority != BluetoothProfile.PRIORITY_ON) {
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java 128 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){
129 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
154 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
155 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
HeadsetProfile.java 133 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
134 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
169 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
170 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
MapProfile.java 123 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
124 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
155 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
156 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
SapProfile.java 127 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
128 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
158 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
159 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
HidProfile.java 135 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
136 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 440 hidService.setPriority(device,BluetoothProfile.PRIORITY_ON);
445 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON);
450 headsetService.setPriority(device,BluetoothProfile.PRIORITY_ON);
AdapterService.java 236 hidService.setPriority(device,BluetoothProfile.PRIORITY_ON);
244 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON);
251 headsetService.setPriority(device,BluetoothProfile.PRIORITY_ON);
    [all...]

Completed in 2948 milliseconds