Home
last modified time | relevance | path

Searched refs:getErrorStream (Results 1 – 9 of 9) 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.java653 new InputStreamReader(process.getErrorStream())); in getLogcat()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java116 when(mExternalProcess.getErrorStream()).thenReturn(new ByteArrayInputStream(new byte[0])); in setUp()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java9615 try { logcat.getErrorStream().close(); } catch (IOException e) {} in addErrorToDropBox()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...