Searched refs:withCallback (Results 1 – 10 of 10) sorted by relevance
57 ExtensionBuilder<T> withCallback(Consumer<T> callback); in withCallback() method
131 public ExtensionController.ExtensionBuilder<T> withCallback( in withCallback() method in ExtensionControllerImpl.ExtensionBuilder
74 public ExtensionBuilder<T> withCallback(Consumer<T> callback) { in withCallback() method in FakeExtensionController.FakeExtensionBuilder
68 .withCallback(this::onExtensionCallback) in start()
87 .withCallback(dialog -> { in VolumeDialogComponent()
358 jobject vibration, jboolean withCallback) { in vibratorPerformEffect() argument362 (withCallback != JNI_FALSE ? new AidlVibratorCallback(env, vibration) : nullptr); in vibratorPerformEffect()
194 .withCallback(callback) in testCallback()
72 .withCallback { extractor -> in extractor()
274 .withCallback(button -> setRightButton(button)) in onAttachedToWindow()281 .withCallback(button -> setLeftButton(button)) in onAttachedToWindow()
187 boolean withCallback); in vibratorPerformEffect() argument