Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java192 Optional<Boolean> mQueuedInCallValue = Optional.empty(); field in LeAudioService
520 mQueuedInCallValue = Optional.empty(); in stop()
2872 if (mQueuedInCallValue.isPresent()) { in transitionFromBroadcastToUnicast()
2873 mNativeInterface.setInCall(mQueuedInCallValue.get()); in transitionFromBroadcastToUnicast()
2874 mQueuedInCallValue = Optional.empty(); in transitionFromBroadcastToUnicast()
3271 mQueuedInCallValue = Optional.empty(); in messageFromNative()
3925 mQueuedInCallValue = Optional.of(true); in setInCall()