Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DMeanLargerThanVerificationTest.java44 float[] thresholds = {0.0f, 0.0f, 0.0f}; in testVerify() local
80 float[] expected, float[] thresholds, float[]... values) { in getVerification()
DMeanLargerThanVerification.java47 public MeanLargerThanVerification(float[] expected, float[] thresholds) { in MeanLargerThanVerification()
83 float[] thresholds = new float[] {threshold, threshold, threshold}; in getDefault() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSignalThresholdInfoTest.java163 final int[] thresholds = new int[] {params[2]}; in testConstructor_validParams() local
235 final int[] thresholds = new int[] {params[2]}; in testParcel() local
318 int ran, int signalMeasurementType, int[] thresholds, int hysteresisDb) { in buildWithInvalidParameterThrowException()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DTrustedPresentationCallbackTest.java96 TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds( in registerTrustedPresentationCallback() local
327 TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds( in testTrustedPresentationListener_multipleSetCallbacks() local
397 TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds( in testSetTrustedPresentationListenerAfterClearing() local
DTrustedPresentationListenerTest.java256 TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds(alpha, in testTrustedPresentationThresholdGetters() local
/cts/tests/tests/os/src/android/os/cts/
DPowerManager_ThermalTest.java181 Map<Integer, Float> thresholds = mPowerManager.getThermalHeadroomThresholds(); in testGetThermalHeadroomThresholds() local
/cts/hostsidetests/car/app/src/android/car/cts/app/watchdog/
DIoOveruseConfigurationSubject.java118 private static Set<String> toAlertThresholdStrings(List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
/cts/tests/tests/car/src/android/car/cts/utils/watchdog/
DIoOveruseConfigurationSubject.java118 private static Set<String> toAlertThresholdStrings(List<IoOveruseAlertThreshold> thresholds) { in toAlertThresholdStrings()
/cts/tests/tests/libthermalndk/jni/
DNativeThermalTest.cpp322 const AThermalHeadroomThreshold *thresholds = nullptr; in testGetThermalHeadroomThresholds() local