Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java127 private CarPropertyConfig mMockCarPropertyConfig1; field in PropertyHalServiceTest
202 .thenReturn(mMockCarPropertyConfig1); in setUp()
203 when(mMockCarPropertyConfig1.getChangeMode()) in setUp()
205 when(mMockCarPropertyConfig1.getAreaIds()).thenReturn(new int[]{0}); in setUp()
2128 when(mMockCarPropertyConfig1.getAreaIds()).thenReturn(new int[]{1}); in testSetCarPropertyValuesAsync_onPropertySetError()