Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarBugreportManagerService.java230 LocalSocket localSocket = connectSocket(BUGREPORT_PROGRESS_SOCKET); in processBugreportSockets() local
231 if (localSocket == null) { in processBugreportSockets()
237 new BufferedReader(new InputStreamReader(localSocket.getInputStream()))) { in processBugreportSockets()
264 LocalSocket localSocket = connectSocket(remoteSocket); in copySocketToPfd() local
265 if (localSocket == null) { in copySocketToPfd()
271 DataInputStream in = new DataInputStream(localSocket.getInputStream()); in copySocketToPfd()