Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsBindingControllerImpl.kt77 private var loadSubscriber: LoadSubscriber? = null variable
118 loadSubscriber?.loadCancel() in bindAndLoad()
121 loadSubscriber = ls in bindAndLoad()
131 loadSubscriber?.loadCancel() in bindAndLoadSuggested()
133 loadSubscriber = ls in bindAndLoadSuggested()
189 loadSubscriber?.loadCancel() in unbind()
190 loadSubscriber = null in unbind()