Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java225 private boolean mIsHearingAidProfileSupported; field in BluetoothManagerService
473 mIsHearingAidProfileSupported = context.getResources() in BluetoothManagerService()
482 if (isHearingAidEnabled && !mIsHearingAidProfileSupported) { in BluetoothManagerService()
484 mIsHearingAidProfileSupported = true; in BluetoothManagerService()
767 return mIsHearingAidProfileSupported; in isHearingAidProfileSupported()