Home
last modified time | relevance | path

Searched defs:estimate (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryInfoTest.java143 Estimate estimate = new Estimate(Duration.ofHours(4).toMillis(), in testGetBatteryInfo_basedOnUsageTrueMoreThanFifteenMinutes_usesCorrectString() local
162 Estimate estimate = new Estimate(Duration.ofMinutes(7).toMillis(), in testGetBatteryInfo_basedOnUsageTrueLessThanSevenMinutes_usesCorrectString() local
182 Estimate estimate = new Estimate(Duration.ofDays(3).toMillis(), in getBatteryInfo_MoreThanOneDay_suggestionLabelIsCorrectString() local
195 Estimate estimate = new Estimate(Duration.ofMinutes(10).toMillis(), in testGetBatteryInfo_basedOnUsageTrueBetweenSevenAndFifteenMinutes_usesCorrectString() local
338 private BatteryInfo getBatteryInfo(boolean charging, boolean enhanced, boolean estimate) { in getBatteryInfo()
H A DBatteryUtilsTest.java512 Estimate estimate = new Estimate(1000, true, 1000); in getEnhancedEstimate_doesNotUpdateCache_ifEstimateFresh() local
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryInfo.java205 Estimate estimate = provider.getEnhancedBatteryPrediction(context); in getBatteryInfo() local
215 final Estimate estimate = new Estimate( in getBatteryInfo() local
227 Estimate estimate = new Estimate( in getBatteryInfoOld() local
237 @NonNull BatteryUsageStats batteryUsageStats, Estimate estimate, in getBatteryInfo()
297 Estimate estimate, BatteryInfo info) { in updateBatteryInfoDischarging()
H A DDebugEstimatesLoader.java66 Estimate estimate = powerUsageFeatureProvider.getEnhancedBatteryPrediction(context); in loadInBackground() local
H A DBatteryUtils.java393 Estimate estimate = getEnhancedEstimate(); in getBatteryInfo() local
413 Estimate estimate = null; in getEnhancedEstimate() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryController.java138 void onBatteryRemainingEstimateRetrieved(@Nullable String estimate); in onBatteryRemainingEstimateRetrieved()
H A DBatteryControllerImpl.java314 String estimate = generateTimeRemainingString(); in notifyEstimateFetchCallbacks() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java345 Estimate estimate = refreshEstimateIfNeeded(); in maybeShowBatteryWarningV2() local
376 final Estimate estimate = mEnhancedEstimates.getEstimate(); in refreshEstimateIfNeeded() local
/aosp12/frameworks/base/core/java/android/view/
H A DVelocityTracker.java497 private float estimate(float time, float[] c) { in estimate() method in VelocityTracker.Estimator
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/recyclerview/
H A DCarUiRecyclerViewTest.java1565 int estimate = snapHelper.estimateNextPositionDiffForScrollDistance(orientationHelper, in testSameSizeItems_estimateNextPositionDiffForScrollDistance() local
1597 int estimate = snapHelper.estimateNextPositionDiffForScrollDistance(orientationHelper, in testSameSizeItems_estimateNextPositionDiffForScrollDistance_zeroDistance() local
1629 int estimate = snapHelper.estimateNextPositionDiffForScrollDistance(orientationHelper, in testSameSizeItems_estimateNextPositionDiffForScrollDistance_zeroHeight() local
1655 int estimate = snapHelper.estimateNextPositionDiffForScrollDistance(orientationHelper, 50); in testSameSizeItems_estimateNextPositionDiffForScrollDistance_zeroItems() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
H A DPowerUITest.java531 Estimate estimate = new Estimate(BELOW_HYBRID_THRESHOLD, true, 0); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull() local
/aosp12/art/runtime/
H A Doat.cc36 size_t estimate = 0U; in ComputeOatHeaderSize() local
/aosp12/packages/modules/Virtualization/zipfuse/src/
H A Dmain.rs331 let mut estimate: usize = 0; // estimated number of bytes we will be writing in readdir() localVariable
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp184 int32_t estimate = *it; in estimateBandwidth() local
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc2016 const size_t estimate = static_cast<size_t>(size / kMaxLoadFactor); in BufferSize() local