Home
last modified time | relevance | path

Searched defs:hapGroupId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClientCallback.aidl32 void onPresetSelectionForGroupFailed(in int hapGroupId, in int statusCode); in onPresetSelectionForGroupFailed()
37 void onSetPresetNameForGroupFailed(in int hapGroupId, in int status); in onSetPresetNameForGroupFailed()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsHearingAidsPresetsController.java122 int hapGroupId = mHapClientProfile.getHapGroup(mCachedDevice.getDevice()); in onPreferenceChange() local
212 public void onPresetSelectionForGroupFailed(int hapGroupId, int reason) { in onPresetSelectionForGroupFailed()
251 public void onSetPresetNameForGroupFailed(int hapGroupId, int reason) { in onSetPresetNameForGroupFailed()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java151 int hapGroupId, @GroupPresetSelectionFailureReason int reason); in onPresetSelectionForGroupFailed()
233 int hapGroupId, @GroupPresetNameChangeFailureReason int reason); in onSetPresetNameForGroupFailed()