Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 43) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DSmallAreaDetectionController.java41 private static native void nativeSetSmallAreaDetectionThreshold(int uid, float threshold); in nativeSetSmallAreaDetectionThreshold()
100 final float threshold = Float.valueOf(items[1]); in putToAllowlist() local
109 private void updateUidListForAllUsers(SparseArray<Float> list, String pkg, float threshold) { in updateUidListForAllUsers()
125 final float threshold = mAllowPkgMap.get(pkg); in updateSmallAreaDetection() local
143 void setSmallAreaDetectionThreshold(int uid, float threshold) { in setSmallAreaDetectionThreshold()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBinderCallHeavyHitterWatcher.java146 int totalBinderCalls, float threshold, long timeSpan); in onHeavyHit()
247 public void setConfig(final boolean enable, final int batchSize, final float threshold, in setConfig()
292 final int batchSize, final float threshold, final int capacity) { in resetInternalLocked()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_display_SmallAreaDetectionController.cpp52 jfloat threshold) { in nativeSetSmallAreaDetectionThreshold()
/aosp14/frameworks/base/services/core/java/com/android/server/cpu/
H A DCpuAvailabilityMonitoringConfig.java78 public Builder addThreshold(int threshold) { in addThreshold()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
H A DThermalManagerServiceMockingTest.java410 TemperatureThreshold threshold = ret.get(0).type == Temperature.TYPE_SKIN ? ret.get(0) in getTemperatureThresholds_aidl() local
449 TemperatureThreshold threshold = ret.get(0); in getTemperatureThresholds_withFilter_aidl() local
/aosp14/frameworks/base/libs/hwui/utils/
H A DMathUtils.h77 float threshold) { in divisionsNeededToApproximateArc()
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DSpringAnimation.java312 void setValueThreshold(float threshold) { in setValueThreshold()
H A DSpringForce.java319 void setValueThreshold(double threshold) { in setValueThreshold()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationGestureHandlerTest.java538 final float threshold = FullScreenMagnificationGestureHandler.PanningScalingState in testTransitToPanningState_scaleDifferenceOverThreshold_startDetecting() local
559 final float threshold = FullScreenMagnificationGestureHandler.PanningScalingState in testTransitToPanningState_scaleDifferenceLessThanThreshold_doNotDetect() local
607 final float threshold = FullScreenMagnificationGestureHandler.PanningScalingState in testPanningScaleOverThreshold_notDetecting_startDetecting() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBaseAppStateTimeSlotEventsTracker.java112 void onNumOfEventsThresholdChanged(int threshold) { in onNumOfEventsThresholdChanged()
230 final int threshold = DeviceConfig.getInt( in updateNumOfEventsThreshold() local
/aosp14/system/core/storaged/
H A Dstoraged_service.cpp107 uint64_t threshold = 0; in dump() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DFaceHelpMessageDeferralTest.kt40 val threshold = .75f regex
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DSwipeable.kt768 val threshold = thresholds(lower, upper) regex
776 val threshold = thresholds(upper, lower) regex
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java128 final float threshold = 1.0f / 256.0f; // contribution less than 1 LSB of RGB byte in draw() local
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsMmTelFeature.aidl65 oneway void setMediaQualityThreshold(int mediaSessionType, in MediaThreshold threshold); in setMediaQualityThreshold()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DThermalManagerService.java1298 android.hardware.thermal.V2_0.TemperatureThreshold threshold) { in convertToAidlTemperatureThreshold()
1360 TemperatureThreshold threshold = thresholds.get(t); in updateSevereThresholds() local
1489 Float threshold = mSevereThresholds.get(name); in getForecast() local
/aosp14/frameworks/base/core/java/android/window/
H A DSizeConfigurationBuckets.java230 final int threshold = thresholds[i]; in crossesSizeThreshold() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/
H A DBatterySaverUtils.java267 final int threshold = in getBatterySaverScheduleKey() local
/aosp14/system/core/init/
H A Dperfboot.py109 def _get_cpu_temp(self, threshold): argument
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
H A DPowerUtil.java261 public static long roundTimeToNearestThreshold(long drainTime, long threshold) { in roundTimeToNearestThreshold()
/aosp14/system/core/storaged/include/
H A Dstoraged.h146 double hours, uint64_t threshold, bool force_report) { in get_uid_records()
/aosp14/frameworks/base/core/java/android/os/
H A DLooper.java300 private static boolean showSlowLog(long threshold, long measureStart, long measureEnd, in showSlowLog()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DThermalManagerServiceTest.java423 Float threshold = watcher.mSevereThresholds.get("skin1"); in testTemperatureWatcherUpdateSevereThresholds() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DThresholdSensorImpl.java70 Execution execution, float threshold, float thresholdLatch, int sensorDelay) { in ThresholdSensorImpl()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java293 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()

12