| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
| D | HapClientNativeInterface.java | 113 public void selectActivePreset(BluetoothDevice device, int presetIndex) { in selectActivePreset() 114 selectActivePresetNative(getByteAddress(device), presetIndex); in selectActivePreset() local 124 public void groupSelectActivePreset(int groupId, int presetIndex) { in groupSelectActivePreset() 175 public void getPresetInfo(BluetoothDevice device, int presetIndex) { in getPresetInfo() 176 getPresetInfoNative(getByteAddress(device), presetIndex); in getPresetInfo() local 187 public void setPresetName(BluetoothDevice device, int presetIndex, String name) { in setPresetName() 188 setPresetNameNative(getByteAddress(device), presetIndex, name); in setPresetName() local 199 public void groupSetPresetName(int groupId, int presetIndex, String name) { in groupSetPresetName() 241 void onActivePresetSelected(byte[] address, int presetIndex) { in onActivePresetSelected() 252 void onActivePresetGroupSelected(int groupId, int presetIndex) { in onActivePresetGroupSelected() [all …]
|
| D | HapClientService.java | 577 public void selectPreset(BluetoothDevice device, int presetIndex) { in selectPreset() 606 public void selectPresetForGroup(int groupId, int presetIndex) { in selectPresetForGroup() 678 public @Nullable BluetoothHapPresetInfo getPresetInfo(BluetoothDevice device, int presetIndex) { in getPresetInfo() 777 BluetoothDevice device, int presetIndex, int reasonCode) { in notifyActivePresetChanged() 793 private void notifyActivePresetChangedForGroup(int groupId, int presetIndex, int reasonCode) { in notifyActivePresetChangedForGroup() 889 private boolean isPresetIndexValid(BluetoothDevice device, int presetIndex) { in isPresetIndexValid() 903 private boolean isPresetIndexValid(int groupId, int presetIndex) { in isPresetIndexValid() 931 public void setPresetName(BluetoothDevice device, int presetIndex, String name) { in setPresetName() 963 public void setPresetNameForGroup(int groupId, int presetIndex, String name) { in setPresetNameForGroup() 1364 BluetoothDevice device, int presetIndex, AttributionSource source) { in selectPreset() [all …]
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/ |
| D | HapClientNativeInterfaceTest.java | 97 int presetIndex = 0; in onActivePresetSelected() local 111 int presetIndex = 0; in onActivePresetGroupSelected() local 193 int presetIndex = 2; in onPresetNameSetError() local 209 int presetIndex = 2; in onGroupPresetNameSetError() local 225 int presetIndex = 2; in onPresetInfoError() local 241 int presetIndex = 2; in onGroupPresetInfoError() local
|
| D | HapClientTest.java | 617 int presetIndex = mServiceBinder.getActivePresetIndex(mDevice, mAttributionSource); in testGetActivePresetIndex() local
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| D | BluetoothDetailsHearingAidsPresetsController.java | 113 final int presetIndex = Integer.parseInt(value); in onPreferenceChange() local 189 public void onPresetSelected(@NonNull BluetoothDevice device, int presetIndex, int reason) { in onPresetSelected() 335 private void selectPresetSynchronously(int groupId, int presetIndex) { in selectPresetSynchronously() 347 private void selectPresetIndependently(int presetIndex) { in selectPresetIndependently() 356 mHapClientProfile.selectPreset(mCachedDevice.getDevice(), presetIndex); in selectPresetIndependently() local 362 mHapClientProfile.selectPreset(subDevice.getDevice(), presetIndex); in selectPresetIndependently() local 369 mHapClientProfile.selectPreset(memberDevice.getDevice(), presetIndex); in selectPresetIndependently() local
|
| /packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
| D | IBluetoothHapClient.aidl | 48 …oneway void selectPreset(in BluetoothDevice device, int presetIndex, in AttributionSource attribut… in selectPreset() 50 …oneway void selectPresetForGroup(int groupId, int presetIndex, in AttributionSource attributionSou… in selectPresetForGroup() 60 …BluetoothHapPresetInfo getPresetInfo(in BluetoothDevice device, int presetIndex, in AttributionSou… in getPresetInfo() 66 …oneway void setPresetName(in BluetoothDevice device, int presetIndex, in String name, in Attributi… in setPresetName() 68 …oneway void setPresetNameForGroup(int groupId, int presetIndex, in String name, in AttributionSour… in setPresetNameForGroup()
|
| D | IBluetoothHapClientCallback.aidl | 30 void onPresetSelected(in BluetoothDevice device, in int presetIndex, in int reasonCode); in onPresetSelected()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothHapClient.java | 97 int presetIndex, in onPresetSelected() 938 public void selectPreset(@NonNull BluetoothDevice device, int presetIndex) { in selectPreset() 974 public void selectPresetForGroup(int groupId, int presetIndex) { in selectPresetForGroup() 1135 public BluetoothHapPresetInfo getPresetInfo(@NonNull BluetoothDevice device, int presetIndex) { in getPresetInfo() 1323 @NonNull BluetoothDevice device, int presetIndex, @NonNull String name) { in setPresetName() 1359 public void setPresetNameForGroup(int groupId, int presetIndex, @NonNull String name) { in setPresetNameForGroup()
|
| D | BluetoothHapPresetInfo.java | 47 int presetIndex, @NonNull String presetName, boolean isWritable, boolean isAvailable) { in BluetoothHapPresetInfo()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
| D | CaptioningAppearancePreferenceControllerTest.java | 186 private String getSummaryCombo(int fontScaleIndex, int presetIndex) { in getSummaryCombo()
|