HomeSort by relevance Sort by last modified time
    Searched refs:HEARING_AID (Results 1 - 20 of 20) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 179 int HEARING_AID = 21;
BluetoothHearingAid.java 730 mServiceListener.onServiceConnected(BluetoothProfile.HEARING_AID,
744 mServiceListener.onServiceDisconnected(BluetoothProfile.HEARING_AID);
BluetoothAdapter.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
HearingAidProfile.java 98 return BluetoothProfile.HEARING_AID;
109 BluetoothProfile.HEARING_AID);
249 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.HEARING_AID,
BluetoothEventManager.java 460 bluetoothProfile = BluetoothProfile.HEARING_AID;
CachedBluetoothDeviceManager.java 402 if (bluetoothProfile == BluetoothProfile.HEARING_AID
CachedBluetoothDevice.java 528 case BluetoothProfile.HEARING_AID:
561 case BluetoothProfile.HEARING_AID:
    [all...]
LocalBluetoothProfileManager.java 163 if (supportedList.contains(BluetoothProfile.HEARING_AID)) {
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
CachedBluetoothDeviceManagerTest.java 362 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.HEARING_AID);
371 BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.HEARING_AID);
410 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.HEARING_AID);
425 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.HEARING_AID);
466 BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.HEARING_AID);
481 BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.HEARING_AID);
    [all...]
CachedBluetoothDeviceTest.java 224 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.HEARING_AID);
228 mCachedDevice.onActiveDeviceChanged(false, BluetoothProfile.HEARING_AID);
417 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.HEARING_AID);
421 mCachedDevice.onActiveDeviceChanged(false, BluetoothProfile.HEARING_AID);
LocalBluetoothProfileManagerTest.java 183 supportProfiles.add(BluetoothProfile.HEARING_AID);
199 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.HEARING_AID);
  /packages/services/Telephony/src/com/android/phone/settings/
AccessibilitySettingsFragment.java 98 Settings.System.HEARING_AID, SettingsConstants.HAC_DISABLED);
143 Settings.System.putInt(mContext.getContentResolver(), Settings.System.HEARING_AID, hac);
  /system/bt/proto/bluetooth/metrics/
bluetooth.proto 261 HEARING_AID = 21;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 103 (1 << BluetoothProfile.HEARING_AID))
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidService.java 713 BluetoothMetricsProto.ProfileId.HEARING_AID);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 391 android.provider.Settings.System.HEARING_AID,
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProtoDumpUtil.java     [all...]
DatabaseHelper.java     [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]

Completed in 434 milliseconds