Searched refs:getPropertyServiceRequests (Results 1 – 4 of 4) sorted by relevance
389 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = new ArrayList<>(); in testGetCarPropertyValuesAsync_multipleRequests() local390 getPropertyServiceRequests.add(GET_PROPERTY_SERVICE_REQUEST_1); in testGetCarPropertyValuesAsync_multipleRequests()391 getPropertyServiceRequests.add(GET_PROPERTY_SERVICE_REQUEST_2); in testGetCarPropertyValuesAsync_multipleRequests()394 mPropertyHalService.getCarPropertyValuesAsync(getPropertyServiceRequests, in testGetCarPropertyValuesAsync_multipleRequests()457 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = mock(List.class); in testGetCarPropertyValuesAsync_linkToDeath() local458 mPropertyHalService.getCarPropertyValuesAsync(getPropertyServiceRequests, in testGetCarPropertyValuesAsync_linkToDeath()474 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = mock(List.class); in testGetCarPropertyValuesAsync_binderDiedBeforeLinkToDeath() local477 mPropertyHalService.getCarPropertyValuesAsync(getPropertyServiceRequests, in testGetCarPropertyValuesAsync_binderDiedBeforeLinkToDeath()488 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = mock(List.class); in testGetCarPropertyValuesAsync_unlinkToDeath_onBinderDied() local489 mPropertyHalService.getCarPropertyValuesAsync(getPropertyServiceRequests, in testGetCarPropertyValuesAsync_unlinkToDeath_onBinderDied()[all …]
1019 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = in getPropertiesAsync() local1021 for (int i = 0; i < getPropertyServiceRequests.size(); i++) { in getPropertiesAsync()1022 validateGetParameters(getPropertyServiceRequests.get(i).getPropertyId(), in getPropertiesAsync()1023 getPropertyServiceRequests.get(i).getAreaId()); in getPropertiesAsync()1025 mPropertyHalService.getCarPropertyValuesAsync(getPropertyServiceRequests, in getPropertiesAsync()
1159 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = in testOnGetValueResult_onSuccessMultipleRequests() local1164 assertThat(getPropertyServiceRequests.size()).isEqualTo(2); in testOnGetValueResult_onSuccessMultipleRequests()1165 assertThat(getPropertyServiceRequests.get(0).getRequestId()).isEqualTo(0); in testOnGetValueResult_onSuccessMultipleRequests()1166 assertThat(getPropertyServiceRequests.get(0).getPropertyId()).isEqualTo( in testOnGetValueResult_onSuccessMultipleRequests()1168 assertThat(getPropertyServiceRequests.get(1).getRequestId()).isEqualTo(1); in testOnGetValueResult_onSuccessMultipleRequests()1169 assertThat(getPropertyServiceRequests.get(1).getPropertyId()).isEqualTo( in testOnGetValueResult_onSuccessMultipleRequests()
3096 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = new ArrayList<>( in getPropertiesAsync() local3103 getPropertyServiceRequests.add(AsyncPropertyServiceRequest.newGetAsyncRequest( in getPropertiesAsync()3115 getPropertyServiceRequests), mAsyncPropertyResultCallback, timeoutInMs); in getPropertiesAsync()