Searched refs:filePathCallback (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebChromeClient.java401 * To cancel the request, call <code>filePathCallback.onReceiveValue(null)</code> and
405 * @param filePathCallback Invoke this callback to supply the list of paths to files to upload,
410 * @return true if filePathCallback will be invoked, false to use default handling.
414 public boolean onShowFileChooser(WebView webView, ValueCallback<Uri[]> filePathCallback, argument
493 * 6. Send the result using filePathCallback of {@link WebChromeClient#onShowFileChooser}

Completed in 536 milliseconds