Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java385 if (btDevice != null && !isProfilePoxyConnected(BluetoothProfile.HEADSET)) { in onReceiveBtEvent()
765 /*package*/ synchronized boolean isProfilePoxyConnected(int profile) { in isProfilePoxyConnected() method in BtHelper
DAudioDeviceBroker.java1845 && !mBtHelper.isProfilePoxyConnected(btInfo.mProfile)) { in handleMessage()