Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DPandoraDevice.java160 Context.CancellableContext cancellableContext = Context.current().withCancellation(); in advertise() local
161 cancellableContext.run( in advertise()
168 return cancellableContext; in advertise()
DDckGattTest.kt315 val cancellableContext = GrpcContext.current().withCancellation() in advertiseWithBumble() constant
316 with(cancellableContext) { in advertiseWithBumble()
320 return cancellableContext in advertiseWithBumble()