Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java105 private static final String PROPERTY_CONFIG_STRING_CONTINUOUS = "{\"property\":" field in FakeVehicleStubUnitTest
1274 String jsonString = "{\"properties\": [" + PROPERTY_CONFIG_STRING_CONTINUOUS + "]}"; in testSubscribeContinuousProp()
1298 String jsonString = "{\"properties\": [" + PROPERTY_CONFIG_STRING_CONTINUOUS + "]}"; in testSubscribeContinuousPropDifferentRate()
1331 String jsonString = "{\"properties\": [" + PROPERTY_CONFIG_STRING_CONTINUOUS + "]}"; in testSubscribeContinuousPropRateTooLarge()
1355 String jsonString = "{\"properties\": [" + PROPERTY_CONFIG_STRING_CONTINUOUS + "]}"; in testSubscribeContinuousPropRateTooSmall()
1515 String jsonString = "{\"properties\": [" + PROPERTY_CONFIG_STRING_CONTINUOUS + "]}"; in testUnsubscribeContinuousPropOneClient()
1540 String jsonString = "{\"properties\": [" + PROPERTY_CONFIG_STRING_CONTINUOUS + "]}"; in testUnsubscribeContinuousPropTwoClient()
1575 String jsonString = "{\"properties\": [" + PROPERTY_CONFIG_STRING_CONTINUOUS + ", " in testUnsubscribeContinuousPropOneClientTwoSubscription()