Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/libraries/collectors-helper/adservices/test/src/com/android/adservices/helpers/
DAdIdLatencyHelperTest.java67 InputStream targetStream = new ByteArrayInputStream(outputString.getBytes()); in testGetMetrics() local
68 doReturn(targetStream).when(mInputStreamFilter).getStream(any(), any()); in testGetMetrics()
79 InputStream targetStream = new ByteArrayInputStream(outputString.getBytes()); in testEmptyLogcat_noMetrics() local
80 doReturn(targetStream).when(mInputStreamFilter).getStream(any(), any()); in testEmptyLogcat_noMetrics()
DUiLatencyHelperTest.java70 InputStream targetStream = new ByteArrayInputStream(outputString.getBytes()); in testGetMetrics() local
71 doReturn(targetStream).when(mInputStreamFilter).getStream(any(), any()); in testGetMetrics()
81 InputStream targetStream = new ByteArrayInputStream(outputString.getBytes()); in testEmptyLogcat_noMetrics() local
82 doReturn(targetStream).when(mInputStreamFilter).getStream(any(), any()); in testEmptyLogcat_noMetrics()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsUtils.java780 InputStream targetStream = new ByteArrayInputStream(bundleString.getBytes()); in readConfigFromAssets() local
781 bundleFromAssets = PersistableBundle.readFromStream(targetStream); in readConfigFromAssets()