Searched refs:wearEstimate (Results 1 – 2 of 2) sorted by relevance
149 public Builder fromWearEstimate(@NonNull WearEstimate wearEstimate) { in fromWearEstimate() argument150 mOldWearEstimate = Objects.requireNonNull(wearEstimate); in fromWearEstimate()154 public Builder toWearEstimate(@NonNull WearEstimate wearEstimate) { in toWearEstimate() argument155 mNewWearEstimate = Objects.requireNonNull(wearEstimate); in toWearEstimate()
400 final WearEstimate wearEstimate = mCarStorageMonitoringManager.getWearEstimate(); in testReadWearEstimate() local402 assertNotNull(wearEstimate); in testReadWearEstimate()403 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateA, wearEstimate.typeA); in testReadWearEstimate()404 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateB, wearEstimate.typeB); in testReadWearEstimate()