Home
last modified time | relevance | path

Searched refs:VerifyingFileOutputStream (Results 1 – 1 of 1) sorted by relevance

/webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/
DTracingControllerActivity.java103 FileOutputStream os = new VerifyingFileOutputStream(logPath, infoView, in onCreate()
122 private class VerifyingFileOutputStream extends FileOutputStream { class in TracingControllerActivity
128 VerifyingFileOutputStream(String logPath, TextView infoView, Button tracingButton) in VerifyingFileOutputStream() method in TracingControllerActivity.VerifyingFileOutputStream