D | CarPropertyManager.java | 265 void onSuccess(@NonNull SetPropertyResult setPropertyResult); in onSuccess() 713 public static final class SetPropertyResult { class in CarPropertyManager 758 SetPropertyResult(int requestId, int propertyId, int areaId, long updateTimestampNanos) { in SetPropertyResult() method in CarPropertyManager.SetPropertyResult 823 PropertyResultCallback<SetPropertyCallback, SetPropertyResult> { 824 public SetPropertyResult build(int requestId, int propertyId, int areaId, in build() 826 return new SetPropertyResult(requestId, propertyId, areaId, timestampNanos); in build() 829 public void onSuccess(SetPropertyCallback callback, SetPropertyResult result) { in onSuccess() 863 this.<SetPropertyRequest<?>, SetPropertyCallback, SetPropertyResult>onResults( in onSetValueResults()
|