Home
last modified time | relevance | path

Searched refs:HEALTH_RECOMMENDATION_ACTION_DISABLE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java64 static final int HEALTH_RECOMMENDATION_ACTION_DISABLE = 1; field in LeAudioStackEvent
242 case HEALTH_RECOMMENDATION_ACTION_DISABLE: in eventTypeValue1ToString()
295 case HEALTH_RECOMMENDATION_ACTION_DISABLE: in eventTypeValue2ToString()
DLeAudioService.java2413 if (action == LeAudioStackEvent.HEALTH_RECOMMENDATION_ACTION_DISABLE) { in handleDeviceHealthAction()
2435 case LeAudioStackEvent.HEALTH_RECOMMENDATION_ACTION_DISABLE: in handleGroupHealthAction()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1932 healthBaseDevAction.valueInt1 = LeAudioStackEvent.HEALTH_RECOMMENDATION_ACTION_DISABLE; in testHealthBaseDeviceAction()
1946 healthBasedGroupAction.valueInt2 = LeAudioStackEvent.HEALTH_RECOMMENDATION_ACTION_DISABLE; in testHealthBasedGroupAction()