commit | 088a7b87f20e54a347a861c3355117176ed0e139 | [log] [tgz] |
---|---|---|
author | William Escande <wescande@google.com> | Sat Jan 29 00:39:02 2022 +0100 |
committer | William Escande <wescande@google.com> | Fri Feb 11 13:05:33 2022 +0100 |
tree | b68de9f6fbcd21b57bb4b391d407031873f663b8 | |
parent | e294a5a1dba165f910e985a6148ac3fc2559b0e2 [diff] |
Use allowed system value Test: build Change-Id: I84d87024423869515937ab87381be572fed0ba65 Merged-In: I84d87024423869515937ab87381be572fed0ba65
diff --git a/src/com/android/settings/sound/HandsFreeProfileOutputPreferenceController.java b/src/com/android/settings/sound/HandsFreeProfileOutputPreferenceController.java index d9d8737..15f47cf 100644 --- a/src/com/android/settings/sound/HandsFreeProfileOutputPreferenceController.java +++ b/src/com/android/settings/sound/HandsFreeProfileOutputPreferenceController.java
@@ -16,7 +16,7 @@ package com.android.settings.sound; -import static android.bluetooth.IBluetoothHearingAid.HI_SYNC_ID_INVALID; +import static android.bluetooth.BluetoothHearingAid.HI_SYNC_ID_INVALID; import android.bluetooth.BluetoothDevice; import android.content.Context;