Searched refs:CONTINUOUS_ZONED_PROPERTY_ID (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarPropertyServiceUnitTest.java | 124 private static final int CONTINUOUS_ZONED_PROPERTY_ID = 62345; field in CarPropertyServiceUnitTest 275 mConfigs.put(CONTINUOUS_ZONED_PROPERTY_ID, CarPropertyConfig.newBuilder(Float.class, in setUp() 276 CONTINUOUS_ZONED_PROPERTY_ID, VehicleAreaType.VEHICLE_AREA_TYPE_WINDOW, 1) in setUp() 288 when(mHalService.isReadable(mContext, CONTINUOUS_ZONED_PROPERTY_ID)).thenReturn(true); in setUp() 949 createCarSubscriptionOption(CONTINUOUS_ZONED_PROPERTY_ID, new int[]{ in testregisterListener_alreadySubscribedOptionFilteredOut() 971 createCarSubscriptionOption(CONTINUOUS_ZONED_PROPERTY_ID, new int[]{ in testregisterListener_alreadySubscribedOptionFilteredOut() 973 createCarSubscriptionOption(CONTINUOUS_ZONED_PROPERTY_ID, new int[]{ in testregisterListener_alreadySubscribedOptionFilteredOut() 980 createCarSubscriptionOption(CONTINUOUS_ZONED_PROPERTY_ID, new int[]{ in testregisterListener_alreadySubscribedOptionFilteredOut() 995 mService.unregisterListener(CONTINUOUS_ZONED_PROPERTY_ID, mockHandler1); in testregisterListener_alreadySubscribedOptionFilteredOut() 998 createCarSubscriptionOption(CONTINUOUS_ZONED_PROPERTY_ID, new int[]{ in testregisterListener_alreadySubscribedOptionFilteredOut() [all …]
|