Searched defs:thresholds (Results  1 – 9 of 9) sorted by relevance
| /cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ | 
| D | MeanLargerThanVerificationTest.java | 44     float[] thresholds = {0.0f, 0.0f, 0.0f};  in testVerify()  local80       float[] expected, float[] thresholds, float[]... values) {  in getVerification()
 
 | 
| D | MeanLargerThanVerification.java | 47     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/ | 
| D | SignalThresholdInfoTest.java | 163             final int[] thresholds = new int[] {params[2]};  in testConstructor_validParams()  local235             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/ | 
| D | TrustedPresentationCallbackTest.java | 96         TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds(  in registerTrustedPresentationCallback()  local327         TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds(  in testTrustedPresentationListener_multipleSetCallbacks()  local
 397             TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds(  in testSetTrustedPresentationListenerAfterClearing()  local
 
 | 
| D | TrustedPresentationListenerTest.java | 277         TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds(alpha,  in testTrustedPresentationThresholdGetters()  local
 | 
| /cts/tests/tests/os/src/android/os/cts/ | 
| D | PowerManager_ThermalTest.java | 225         Map<Integer, Float> thresholds = mPowerManager.getThermalHeadroomThresholds();  in testGetThermalHeadroomThresholds()  local
 | 
| /cts/hostsidetests/car/app/src/android/car/cts/app/watchdog/ | 
| D | IoOveruseConfigurationSubject.java | 120     private static Set<String> toAlertThresholdStrings(List<IoOveruseAlertThreshold> thresholds) {  in toAlertThresholdStrings()
 | 
| /cts/tests/tests/car/src/android/car/cts/utils/watchdog/ | 
| D | IoOveruseConfigurationSubject.java | 120     private static Set<String> toAlertThresholdStrings(List<IoOveruseAlertThreshold> thresholds) {  in toAlertThresholdStrings()
 | 
| /cts/tests/tests/libthermalndk/jni/ | 
| D | NativeThermalTest.cpp | 47     const AThermalHeadroomThreshold *thresholds;  member74                       const AThermalHeadroomThreshold *thresholds, size_t thresholdsCount) {  in onHeadroomChange()
 547     const AThermalHeadroomThreshold *thresholds = nullptr;  in testGetThermalHeadroomThresholds()  local
 
 |