Searched refs:a2dpOn (Results 1 – 3 of 3) sorted by relevance
26 void onGlobalA2dpChanged(boolean a2dpOn); in onGlobalA2dpChanged() argument
697 public void onGlobalA2dpChanged(boolean a2dpOn) { in onGlobalA2dpChanged() argument702 if (mSelectedRoute.isDefault() && a2dpOn) { in onGlobalA2dpChanged()706 } else if (mSelectedRoute.isBluetooth() && !a2dpOn) { in onGlobalA2dpChanged()
614 boolean a2dpOn; in restoreBluetoothA2dp()617 a2dpOn = mGlobalBluetoothA2dpOn; in restoreBluetoothA2dp()623 Slog.d(TAG, "restoreBluetoothA2dp(" + a2dpOn + ")"); in restoreBluetoothA2dp()625 mAudioService.setBluetoothA2dpOn(a2dpOn); in restoreBluetoothA2dp()