Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java116 public InputStream getErrorStream() { in getErrorStream() method in HttpsServiceConnection
117 return mConnection.getErrorStream(); in getErrorStream()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnectionTest.java177 when(mHttpsURLConnection.getErrorStream()).thenReturn(testInputStream); in verifyGetErrorStream()
179 assertEquals(testInputStream, mHttpsServiceConnection.getErrorStream()); in verifyGetErrorStream()
/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/
DUtils.java56 BufferedReader br = new BufferedReader(new InputStreamReader(process.getErrorStream())); in runCommand()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
DServerMain.java127 Thread errorThread = createOutputProcessor("error", process.getErrorStream(), in forkAndStartServer()
/frameworks/base/tools/preload/
DMemoryUsage.java234 final InputStream err = process.getErrorStream(); in measure()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java709 new InputStreamReader(process.getErrorStream())); in getLogcat()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java118 when(mExternalProcess.getErrorStream()).thenReturn(new ByteArrayInputStream(new byte[0])); in setUp()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java9674 try { logcat.getErrorStream().close(); } catch (IOException e) {} in addErrorToDropBox()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt41637 method public abstract java.io.InputStream getErrorStream();
42944 method public java.io.InputStream getErrorStream();
/frameworks/base/non-updatable-api/
Dcurrent.txt61715 method public abstract java.io.InputStream getErrorStream();
63315 method public java.io.InputStream getErrorStream();
/frameworks/base/api/
Dcurrent.txt61859 method public abstract java.io.InputStream getErrorStream();
63459 method public java.io.InputStream getErrorStream();
/frameworks/base/config/
Dboot-image-profile.txt26895 HSPLjava/lang/UNIXProcess;->getErrorStream()Ljava/io/InputStream;