Home
last modified time | relevance | path

Searched refs:mBtScoOnByApp (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6407 private boolean mBtScoOnByApp; field in AudioService
6417 mBtScoOnByApp = on; in setBluetoothScoOn()
6463 return mBtScoOnByApp || mDeviceBroker.isBluetoothScoOn(); in isBluetoothScoOn()
11247 pw.print(" mBtScoOnByApp="); pw.println(mBtScoOnByApp); in dump()