Home
last modified time | relevance | path

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

/aosp_15_r20/external/opencensus-java/contrib/log_correlation/stackdriver/src/test/java/io/opencensus/contrib/logcorrelation/stackdriver/
H A DOpenCensusTraceLoggingEnhancerTest.java170 stringToInputStream( in overrideProjectIdWithLoggingProperty()
189 stringToInputStream( in loggingPropertyTakesPrecedenceOverSystemProperty()
204 private static InputStream stringToInputStream(String contents) throws IOException { in stringToInputStream() method in OpenCensusTraceLoggingEnhancerTest
/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
H A DClientIdTest.java149 InputStream stream = TestUtils.stringToInputStream(text); in fromStream()
169 InputStream stream = TestUtils.stringToInputStream(invalidJson); in fromStream_invalidJson_doesNotThrow()
/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/
H A DTestUtils.java90 public static InputStream stringToInputStream(String text) { in stringToInputStream() method in TestUtils