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.java212 private boolean mIsHearingAidProfileSupported; field in BluetoothManagerService
399 mIsHearingAidProfileSupported = context.getResources() in BluetoothManagerService()
408 if (isHearingAidEnabled && !mIsHearingAidProfileSupported) { in BluetoothManagerService()
410 mIsHearingAidProfileSupported = true; in BluetoothManagerService()
695 return mIsHearingAidProfileSupported; in isHearingAidProfileSupported()