Home
last modified time | relevance | path

Searched defs:thresholds (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTrustedPresentationCallbackTest.java68 TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds( in testAddTrustedPresentationListenerOnWindow() local
89 TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds( in testRemoveTrustedPresentationListenerOnWindow() local
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DMediaThreshold.java239 TreeSet<Integer> thresholds = new TreeSet<>(); in setThresholdsRtpPacketLossRate() local
269 TreeSet<Integer> thresholds = new TreeSet<>(); in setThresholdsRtpJitterMillis() local
299 TreeSet<Long> thresholds = new TreeSet<>(); in setThresholdsRtpInactivityTimeMillis() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DSmallAreaDetectionController.java40 private static native void nativeUpdateSmallAreaDetection(int[] uids, float[] thresholds); in nativeUpdateSmallAreaDetection()
130 final float[] thresholds = new float[uidThresholdList.size()]; in updateSmallAreaDetection() local
139 void updateSmallAreaDetection(int[] uids, float[] thresholds) { in updateSmallAreaDetection()
H A DDisplayDeviceConfig.java2857 private Pair<float[], float[]> getBrightnessLevelAndPercentage(BrightnessThresholds thresholds, in getBrightnessLevelAndPercentage()
2869 private Pair<float[], float[]> getBrightnessLevelAndPercentage(BrightnessThresholds thresholds, in getBrightnessLevelAndPercentage()
/aosp14/frameworks/base/services/core/java/com/android/server/display/utils/
H A DDeviceConfigParsingUtils.java164 float[] thresholds = new float[thresholdsInt.length]; in displayBrightnessThresholdsIntToFloat() local
186 float[] thresholds = new float[thresholdsInt.length]; in ambientBrightnessThresholdsIntToFloat() local
/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/window/
H A DSizeConfigurationBucketsTest.java109 final int[] thresholds = new int[] { 360, 600 }; in testCrossesSizeThreshold() local
359 private void checkCrossesSizeThreshold(int[] thresholds, int oldValue, int newValue, in checkCrossesSizeThreshold()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_display_SmallAreaDetectionController.cpp32 ScopedFloatArrayRO thresholds(env, jthresholds); in nativeUpdateSmallAreaDetection() local
/aosp14/frameworks/base/services/core/java/com/android/server/cpu/
H A DCpuAvailabilityMonitoringConfig.java70 public Builder(int cpuset, int... thresholds) { in Builder()
H A DCpuMonitorService.java424 int curAvailabilityPercent, IntArray thresholds) { in didCrossAnyThreshold()
/aosp14/frameworks/base/core/java/android/view/
H A DAttachedSurfaceControl.java191 @NonNull SurfaceControl.TrustedPresentationThresholds thresholds, in addTrustedPresentationCallback()
H A DSurfaceControl.java293 long nativeObject, long nativeTpc, TrustedPresentationThresholds thresholds); in nativeSetTrustedPresentationCallback()
4159 @NonNull TrustedPresentationThresholds thresholds, @NonNull Executor executor, in setTrustedPresentationCallback()
H A DViewRootImpl.java11781 @NonNull SurfaceControl.TrustedPresentationThresholds thresholds, in addTrustedPresentationCallback()
11783 t.setTrustedPresentationCallback(getSurfaceControl(), thresholds, executor, listener); in addTrustedPresentationCallback() local
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSignalThresholdInfo.java341 @NonNull int[] thresholds, in SignalThresholdInfo()
H A DCellSignalStrengthNr.java468 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
H A DCellSignalStrengthLte.java364 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisplayModeDirectorTest.java2952 String thresholds = toPropertyValue(brightnessThresholds); in setLowDisplayBrightnessThresholds() local
2965 String thresholds = toPropertyValue(ambientThresholds); in setLowAmbientBrightnessThresholds() local
2990 String thresholds = toPropertyValue(brightnessThresholds); in setHighDisplayBrightnessThresholds() local
3003 String thresholds = toPropertyValue(ambientThresholds); in setHighAmbientBrightnessThresholds() local
/aosp14/frameworks/base/core/java/android/window/
H A DSizeConfigurationBuckets.java224 public static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DThermalManagerServiceTest.java116 ArrayList<TemperatureThreshold> thresholds = new ArrayList<>(); in initializeThresholds() local
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DThermalManagerService.java540 List<TemperatureThreshold> thresholds) { in dumpTemperatureThresholds()
1357 List<TemperatureThreshold> thresholds = in updateSevereThresholds() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DDisplayModeDirector.java901 Pair<float[], float[]> thresholds = (Pair<float[], float[]>) msg.obj; in handleMessage() local
915 Pair<float[], float[]> thresholds = (Pair<float[], float[]>) msg.obj; in handleMessage() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1886 TrustedPresentationThresholds thresholds; in nativeSetTrustedPresentationCallback() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...