Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsBindingControllerImplTest.kt128 verify(providers[0]).cancelSubscription(subscription) in testBindAndLoad_cancel()
149 verify(providers[0], never()).cancelSubscription(subscription) in testBindAndLoad_noCancelAfterOnComplete()
207 verify(providers[0], never()).cancelSubscription(subscription) in testBindAndLoad_noCancelAfterOnError()
303 verify(providers[0], never()).cancelSubscription(any()) in testUnsubscribe_notRefreshing()
328 verify(providers[0]).cancelSubscription(subs) in testUnsubscribe_refreshing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DStatefulControlSubscriber.kt91 provider.cancelSubscription(it) in cancel()
DControlsBindingControllerImpl.kt256 provider?.cancelSubscription(subscription) in doRun()
320 _loadCancelInternal = { currentProvider?.cancelSubscription(subscription) } in onSubscribe()
DControlsProviderLifecycleManager.kt313 fun cancelSubscription(subscription: IControlsSubscription) { in cancelSubscription() method