/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
D | ArchiveHandleTest.java | 343 InputStream inputStream = archiveHandle.getInputStream( in closeInputStream_zipFile_shouldBeSuccess() 378 InputStream inputStream = archiveHandle.getInputStream( in getInputStream_zipFile_shouldHaveTheSameContent() 395 archiveHandle.getInputStream(archiveEntry); in getInputStream_zipFileNotExistEntry_shouldFail() 411 archiveHandle.getInputStream(archiveEntry); in getInputStream_directoryEntry_shouldFail() 428 archiveHandle.getInputStream(archiveEntry); in getInputStream_negativeSizeEntry_shouldFail() 446 archiveHandle.getInputStream(archiveEntry); in getInputStream_emptyStringEntry_shouldFail() 464 InputStream inputStream = archiveHandle.getInputStream( in getInputStream_sevenZFile_shouldHaveTheSameContent() 483 InputStream inputStream = archiveHandle.getInputStream( in getInputStream_tarGzFile_shouldHaveTheSameContent() 503 archiveHandle.getInputStream(null); in getInputStream_tarGzFileNullEntry_getNullInputStream() 525 archiveHandle.getInputStream(archiveEntry); in getInputStream_tarGzFileInvalidEntry_getNullInputStream() [all …]
|
D | WriteableArchiveTest.java | 262 final InputStream inputStream = zip.getInputStream(entry); in testAddFile() 291 final InputStream inputStream = zip.getInputStream(entry); in testAddFile_empty()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | MailTransport.java | 143 in = new BufferedInputStream(socket.getInputStream(), 1024); in open() 216 in = new BufferedInputStream(socket.getInputStream(), 1024); in reopenTls() 299 public InputStream getInputStream() { in getInputStream() method in MailTransport 328 InputStream in = getInputStream(); in readLine()
|
D | Body.java | 23 public InputStream getInputStream() throws MessagingException; in getInputStream() method
|
D | Base64Body.java | 35 public InputStream getInputStream() throws MessagingException { in getInputStream() method in Base64Body
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | LocalServerSocketTest.java | 47 InputStream serverInStream = serverSocket.getInputStream(); in testLocalServerSocket() 53 InputStream clientInStream = clientSocket.getInputStream(); in testLocalServerSocket()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
D | BinaryTempFileBody.java | 58 public InputStream getInputStream() throws MessagingException { in getInputStream() method in BinaryTempFileBody 68 InputStream in = getInputStream(); in writeTo()
|
D | TextBody.java | 51 public InputStream getInputStream() throws MessagingException { in getInputStream() method in TextBody
|
/packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/ |
D | BluetoothConnection.java | 103 public InputStream getInputStream() { in getInputStream() method in BluetoothConnection 106 return mSocket.getInputStream(); in getInputStream()
|
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/shadows/bluetooth/ |
D | ShadowBluetoothSocket.java | 66 public InputStream getInputStream() throws IOException { in getInputStream() method in ShadowBluetoothSocket 68 return socket.getInputStream(); in getInputStream()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothSocket.java | 259 bluetoothSocket.mSocketIS = bluetoothSocket.mSocket.getInputStream(); in createSocketFromOpenFd() 297 as.mSocketIS = as.mSocket.getInputStream(); in acceptSocket() 370 public InputStream getInputStream() throws IOException { in getInputStream() method in BluetoothSocket 439 mSocketIS = mSocket.getInputStream(); in connect() 505 mSocketIS = mSocket.getInputStream(); in bindListen()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | ZoomView.java | 67 InputStream isForDimensions = getInputStream(); in doInBackground() 139 InputStream is = getInputStream(); in doInBackground() 271 private InputStream getInputStream() { in getInputStream() method in ZoomView
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
D | UriImage.java | 53 private InputStream getInputStream() { in getInputStream() method in UriImage 108 return getInputStream(); in fullSizeImageData()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/ |
D | BlockingHttpClientTests.java | 116 when(mMockHttpConnection.getInputStream()).thenReturn(new ByteArrayInputStream(response)); in testSuccess_emptyRequest() 133 when(mMockHttpConnection.getInputStream()).thenReturn(new ByteArrayInputStream(response)); in testSuccess()
|
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ |
D | L2cap.kt | 93 connectionInStreamMap[connection] = bluetoothSocket.getInputStream()!! in acceptL2CAPChannel() 125 connectionInStreamMap[connection] = bluetoothSocket.getInputStream()!! in createLECreditBasedChannel()
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
D | TinyPlanetFragment.java | 262 InputStream is = getInputStream(sourceImageUri); in createPaddedSourceImage() 269 is = getInputStream(sourceImageUri); in createPaddedSourceImage() 432 private InputStream getInputStream(Uri uri) { in getInputStream() method in TinyPlanetFragment
|
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/ |
D | ServerInterface.java | 98 BufferedInputStream inputStream = new BufferedInputStream(con.getInputStream()); in requestSignedCertificates() 166 BufferedInputStream inputStream = new BufferedInputStream(con.getInputStream()); in fetchGeek()
|
/packages/services/Car/obd2-lib/src/com/android/car/obd2/ |
D | Obd2Connection.java | 46 InputStream getInputStream(); in getInputStream() method 122 try (InputStream in = Objects.requireNonNull(mConnection.getInputStream())) { in runImpl()
|
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
D | HttpFetcher.java | 77 is = conn.getInputStream(); in sendRequestAsByteArray() 139 InputStream is = httpUrlConnection.getInputStream(); in sendRequestAsInputStream()
|
/packages/apps/TV/src/com/android/tv/util/images/ |
D | BitmapUtils.java | 127 inputStream = urlConnection.getInputStream(); in decodeSampledBitmapFromUriString() 149 inputStream = urlConnection.getInputStream(); in decodeSampledBitmapFromUriString()
|
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
D | DeployAgent.java | 158 BufferedReader reader = new BufferedReader(new InputStreamReader(p.getInputStream())); in getFilenameFromPackageName() 204 BufferedReader reader = new BufferedReader(new InputStreamReader(p.getInputStream())); in createInstallSession()
|
/packages/services/Telephony/testapps/TestSliceApp/app/src/main/java/com/google/android/sample/testsliceapp/ |
D | RequestTask.java | 49 InputStream inputStream = connection.getInputStream(); in httpGet()
|
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/ |
D | MockObd2UnderlyingTransport.java | 83 public InputStream getInputStream() { in getInputStream() method in MockObd2UnderlyingTransport
|
/packages/services/Car/service/src/com/android/car/ |
D | CarBugreportManagerService.java | 313 new BufferedReader(new InputStreamReader(localSocket.getInputStream()))) { in processBugreportSockets() 347 DataInputStream in = new DataInputStream(localSocket.getInputStream()); in copySocketToPfd()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/ |
D | BlockingHttpClient.java | 92 return responseProcessor.onSuccess(mConnection.getInputStream()); in execute()
|