Home | History | Annotate | Download | only in phone

Lines Matching refs:getPriority

170                 priority = getPriority(info.mRemoteDevice);
283 if (getPriority(device) == BluetoothHeadset.PRIORITY_UNDEFINED) {
515 if (getPriority(device) >= BluetoothHeadset.PRIORITY_AUTO_CONNECT &&
530 private int getPriority(BluetoothDevice device) {
532 return mBinder.getPriority(device);
546 int priority = getPriority(device);
576 if (getPriority(device) < BluetoothHeadset.PRIORITY_AUTO_CONNECT) {
587 if (getPriority(device) < BluetoothHeadset.PRIORITY_AUTO_CONNECT) {
675 public int getPriority(BluetoothDevice device) {