Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java6716 private boolean mBtScoOnByApp; field in AudioService
6726 mBtScoOnByApp = on; in setBluetoothScoOn()
6772 return mBtScoOnByApp || mDeviceBroker.isBluetoothScoOn(); in isBluetoothScoOn()
11851 pw.print(" mBtScoOnByApp="); pw.println(mBtScoOnByApp); in dump()