Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientNativeInterfaceTest.java153 int infoReason = HapClientStackEvent.PRESET_INFO_REASON_ALL_PRESET_INFO; in onPresetInfo() local
173 int infoReason = HapClientStackEvent.PRESET_INFO_REASON_ALL_PRESET_INFO; in onGroupPresetInfo() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java327 void onPresetInfo(byte[] address, int infoReason, BluetoothHapPresetInfo[] presets) { in onPresetInfo()
341 void onGroupPresetInfo(int groupId, int infoReason, BluetoothHapPresetInfo[] presets) { in onGroupPresetInfo()
DHapClientService.java765 private void notifyPresetInfoChanged(BluetoothDevice device, int infoReason) { in notifyPresetInfoChanged()
783 private void notifyPresetInfoForGroupChanged(int groupId, int infoReason) { in notifyPresetInfoForGroupChanged()
1011 void updateDevicePresetsCache(BluetoothDevice device, int infoReason, in updateDevicePresetsCache()
1142 int infoReason = stackEvent.valueInt2; in messageFromNative() local