HomeSort by relevance Sort by last modified time
    Searched refs:withCallback (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ExtensionController.java 57 ExtensionBuilder<T> withCallback(Consumer<T> callback);
ExtensionControllerImpl.java 111 public ExtensionController.ExtensionBuilder<T> withCallback(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
GlobalActionsComponent.java 45 .withCallback(this::onExtensionCallback)
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeExtensionController.java 74 public ExtensionBuilder<T> withCallback(Consumer<T> callback) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogComponent.java 85 .withCallback(dialog -> {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
ExtensionControllerImplTest.java 192 .withCallback(callback)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 281 .withCallback(button -> setRightButton(button))
288 .withCallback(button -> setLeftButton(button))
    [all...]

Completed in 702 milliseconds