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

/frameworks/base/core/java/android/webkit/
H A DWebChromeClient.java539 * @param uploadFile A ValueCallback to set the URI of the file to upload.
551 public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { argument
552 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 92 milliseconds