Home
last modified time | relevance | path

Searched refs:newDirection (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
DFanDirectionButtons.java139 int newDirection = INVALID_ID; in onPropertyChanged() local
141 newDirection = (Integer) value.getValue(); in onPropertyChanged()
143 if (!mButtonDirections.contains(newDirection)) { in onPropertyChanged()
145 Log.d(TAG, "Button is not defined for direction: " + newDirection); in onPropertyChanged()
153 mCurrentDirection = newDirection; in onPropertyChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java5519 int newDirection = AUDIO_DIRECTION_NONE; in setBroadcastToUnicastFallbackGroup() local
5530 newDirection = AUDIO_DIRECTION_INPUT_BIT; in setBroadcastToUnicastFallbackGroup()
5536 newDirection, in setBroadcastToUnicastFallbackGroup()