Searched refs:connectionCallback (Results 1 – 3 of 3) sorted by relevance
59 public TISBindHelper(Context context, Consumer<TISBinder> connectionCallback) { in TISBindHelper() argument61 mConnectionCallback = connectionCallback; in TISBindHelper()
246 protected void runOnTISBinder(Consumer<TouchInteractionService.TISBinder> connectionCallback) { in runOnTISBinder() argument251 connectionCallback.accept(tisBinder); in runOnTISBinder()
113 private final DelegateConnectionStateCallback connectionCallback = field in RegistrationControllerImpl.RegistrationContext206 request, controller.executor, connectionCallback, messageCallback); in register()