Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java35 import android.bluetooth.StreamObserverSpliterator;
116 private final StreamObserverSpliterator<PairingEvent> mPairingEventStreamObserver =
117 new StreamObserverSpliterator<>();
313 StreamObserverSpliterator<SecureResponse> responseObserver = in testCancelBondLe_WithGattServiceDiscovery()
364 StreamObserverSpliterator<SecureResponse> responseObserver = in testBondLe_WithGattServiceDiscovery()
385 private StreamObserverSpliterator<SecureResponse>
429 StreamObserverSpliterator<SecureResponse> responseObserver = in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
430 new StreamObserverSpliterator<>(); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeAdvertisingTest.java74 StreamObserverSpliterator<ScanningResponse> responseObserver = in scanWithBumble()
75 new StreamObserverSpliterator<>(); in scanWithBumble()
DStreamObserverSpliterator.java28 public class StreamObserverSpliterator<T> implements Spliterator<T>, StreamObserver<T> { class
DRfcommTest.kt136 private val mPairingEventStreamObserver: StreamObserverSpliterator<PairingEvent> =
137 StreamObserverSpliterator()
DLeScanningTest.java415 StreamObserverSpliterator<AdvertiseResponse> responseObserver = in advertiseWithBumble()
416 new StreamObserverSpliterator<>(); in advertiseWithBumble()
DGattClientTest.java433 StreamObserverSpliterator<AdvertiseResponse> responseObserver = in advertiseWithBumble()
434 new StreamObserverSpliterator<>(); in advertiseWithBumble()