D | CarPropertyManager.java | 227 void onSuccess(@NonNull GetPropertyResult<?> getPropertyResult); in onSuccess() 620 public static final class GetPropertyResult<T> { class in CarPropertyManager 678 GetPropertyResult(int requestId, int propertyId, int areaId, long timestampNanos, in GetPropertyResult() method in CarPropertyManager.GetPropertyResult 798 PropertyResultCallback<GetPropertyCallback, GetPropertyResult> { 799 public GetPropertyResult build(int requestId, int propertyId, int areaId, in build() 801 return new GetPropertyResult(requestId, propertyId, areaId, timestampNanos, value); in build() 804 public void onSuccess(GetPropertyCallback callback, GetPropertyResult result) { in onSuccess() 857 this.<GetPropertyRequest, GetPropertyCallback, GetPropertyResult>onResults( in onGetValueResults()
|