Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DPropertyHalServiceConfigsUnitTest.java419 private InputStream strToInputStream(String str) { in strToInputStream() method in PropertyHalServiceConfigsUnitTest
425 InputStream is = strToInputStream(""" in testParseJsonConfig_validConfig()
493 InputStream is = strToInputStream(""" in testParseJsonConfig_halPropIdDefaultEqualPropId()
527 InputStream is = strToInputStream(""" in testParseJsonConfig_dataFlags()
564 InputStream is = strToInputStream(""" in testParseJsonConfig_ignoreDeprecate()
606 InputStream is = strToInputStream("{"); in testParseJsonConfig_invalidJsonFormat()
614 InputStream is = strToInputStream(""" in testParseJsonConfig_missingPropertyIdField()
637 InputStream is = strToInputStream(""" in testParseJsonConfig_noReadOrWritePermission()