Searched refs:restrictBucketThresholdMah (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BackgroundRestrictionTest.java | 629 final float restrictBucketThresholdMah = in testBgCurrentDrainMonitor() local 761 new double[]{restrictBucketThresholdMah - 1, 0}, in testBgCurrentDrainMonitor() 778 new double[]{restrictBucketThresholdMah + 1, 0}, in testBgCurrentDrainMonitor() 796 new double[]{restrictBucketThresholdMah - 1, 0}, in testBgCurrentDrainMonitor() 820 new double[]{restrictBucketThresholdMah - 1, 0}, in testBgCurrentDrainMonitor() 1070 new double[]{restrictBucketThresholdMah - 1, 0}, in testBgCurrentDrainMonitor() 1096 new double[]{0, restrictBucketThresholdMah - 1}, in testBgCurrentDrainMonitor() 1132 new double[]{0, restrictBucketThresholdMah - 1}, in testBgCurrentDrainMonitor() 1732 final float restrictBucketThresholdMah = in testBgCurrentDrainMonitorExemptions() local 1936 new double[]{restrictBucketThresholdMah + 1, 0}, in testBgCurrentDrainMonitorExemptions() [all …]
|