Searched refs:setBluetoothAvailable (Results 1 – 1 of 1) sorted by relevance
229 setBluetoothAvailable(true); in handleBluetoothPermissionIfNeeded()259 this, () -> setBluetoothAvailable(true), in checkBluetoothPermissions()260 () -> setBluetoothAvailable(false)); in checkBluetoothPermissions()263 setBluetoothAvailable(true); in checkBluetoothPermissions()266 private void setBluetoothAvailable(boolean hasPermission) { in setBluetoothAvailable() method in AudioTestFragment