Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DStatefulControlSubscriberTest.kt78 verify(provider).startSubscription(subscription, REQUEST_LIMIT)
86 verify(provider, never()).startSubscription(subscription, REQUEST_LIMIT)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DStatefulControlSubscriber.kt54 provider.startSubscription(subs, requestLimit)
H A DControlsBindingControllerImpl.kt268 provider?.startSubscription(subscription, requestLimit)
H A DControlsProviderLifecycleManager.kt299 fun startSubscription(subscription: IControlsSubscription, requestLimit: Long) { regex