Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DExtensionController.java57 ExtensionBuilder<T> withCallback(Consumer<T> callback); in withCallback() method
DExtensionControllerImpl.java131 public ExtensionController.ExtensionBuilder<T> withCallback( in withCallback() method in ExtensionControllerImpl.ExtensionBuilder
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsComponent.java45 .withCallback(this::onExtensionCallback) in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeExtensionController.java74 public ExtensionBuilder<T> withCallback(Consumer<T> callback) { in withCallback() method in FakeExtensionController.FakeExtensionBuilder
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java82 .withCallback(dialog -> { in VolumeDialogComponent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DExtensionControllerImplTest.java194 .withCallback(callback) in testCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java270 .withCallback(button -> setRightButton(button)) in onAttachedToWindow()
277 .withCallback(button -> setLeftButton(button)) in onAttachedToWindow()