Searched refs:isWaitForPropertyUpdate (Results 1 – 8 of 8) sorted by relevance
72 request.setWaitForPropertyUpdate(setPropertyRequest.isWaitForPropertyUpdate()); in newSetAsyncRequest()149 public boolean isWaitForPropertyUpdate() { in isWaitForPropertyUpdate() method in AsyncPropertyServiceRequest
272 boolean isWaitForPropertyUpdate() { in isWaitForPropertyUpdate() method in PropertyHalService.AsyncPropRequestInfo273 return mPropMgrRequest.isWaitForPropertyUpdate(); in isWaitForPropertyUpdate()280 return mSetRequestSent && (!isWaitForPropertyUpdate() || mValueUpdated); in success()801 long updateTimestampNanos = clientRequestInfo.isWaitForPropertyUpdate() in onSetAsyncResults()987 if (!pendingRequest.isWaitForPropertyUpdate()) { in cleanupPendingAsyncSetRequestLocked()1729 Function<T, Boolean> isWaitForPropertyUpdate) { in filterWaitForUpdateRequests() argument1732 if (isWaitForPropertyUpdate.apply(requests.get(i))) { in filterWaitForUpdateRequests()1823 pendingSetRequestInfo, (request) -> request.isWaitForPropertyUpdate()); in setCarPropertyValuesAsync()1828 (request) -> request.isWaitForPropertyUpdate()); in setCarPropertyValuesAsync()
1066 if (request.isWaitForPropertyUpdate()) { in setPropertiesAsync()
487 public boolean isWaitForPropertyUpdate() { in isWaitForPropertyUpdate() method in CarPropertyManager.SetPropertyRequest
1289 assertThat(request.isWaitForPropertyUpdate()).isFalse(); in testSetPropertiesAsync()
863 method public boolean isWaitForPropertyUpdate();
1592 …Api: android.car.hardware.property.CarPropertyManager.SetPropertyRequest#isWaitForPropertyUpdate():1593 …ethod android.car.hardware.property.CarPropertyManager.SetPropertyRequest.isWaitForPropertyUpdate()