I was reviewing some Android documentation and came across the use of a '#' symbol used in what seems to be in place of a '.' for a function call, specifically here, where there is mention of calling BluetoothManager#getAdapter().
What does the # mean? I can't find documentation of this anywhere.