Searched defs:isBluetoothOn (Results 1 – 4 of 4) sorted by relevance
103 private boolean isBluetoothOn() { in isBluetoothOn() method in BluetoothSwitch
137 private boolean isBluetoothOn() { in isBluetoothOn() method in StreamSettingsCategoryController
500 private boolean isBluetoothOn() { in isBluetoothOn() method in AudioSharingSwitchBarController
95 val isBluetoothOn = state.oneOf(STATE_ON, STATE_TURNING_ON, STATE_TURNING_OFF) in initialize() constant