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

/frameworks/base/core/java/android/webkit/
H A DWebChromeClient.java374 * @param uploadFile A ValueCallback to set the URI of the file to upload.
382 public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { argument
383 uploadFile.onReceiveValue(null);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java147 uploadFile();
156 uploadFile();
163 protected void uploadFile() throws Exception { method in class:BandwidthTest

Completed in 70 milliseconds