| /packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ | 
| D | CbSendMessageCalculatorTest.java | 79         float threshold = 100;  in testSingleSquareOutside()  local86     void testSquareOutside(LatLng coor, float accuracy, float threshold) {  in testSquareOutside()
 95         float threshold = 100;  in testSingleSquareInside()  local
 100     void testSquareInside(LatLng coor, float accuracy, float threshold) {  in testSquareInside()
 109         float threshold = 100;  in testSingleSquareInsideAndOutsideThreshold()  local
 160     private void testSquareAmbiguous(LatLng coor, float accuracy, float threshold) {  in testSquareAmbiguous()
 167     void testSquareInsideThreshold(LatLng coor, float accuracy, float threshold) {  in testSquareInsideThreshold()
 187         float threshold = 100;  in testMultipleAddsWithOnceSendAlwaysSend()  local
 195         calculator.addCoordinate(addSouth(addEast(mGooglePlex, -2000), -500), threshold + 10);  in testMultipleAddsWithOnceSendAlwaysSend()  local
 199         calculator.addCoordinate(addSouth(addEast(mGooglePlex, 1040), 1040), threshold + 50);  in testMultipleAddsWithOnceSendAlwaysSend()  local
 [all …]
 
 | 
| /packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ | 
| D | MediaQualityAnalyzerTest.cpp | 299     MediaQualityThreshold threshold;  in TEST_F()  local319     MediaQualityThreshold threshold;  in TEST_F()  local
 342     MediaQualityThreshold threshold;  in TEST_F()  local
 363     MediaQualityThreshold threshold;  in TEST_F()  local
 394     MediaQualityThreshold threshold;  in TEST_F()  local
 424     MediaQualityThreshold threshold;  in TEST_F()  local
 509     MediaQualityThreshold threshold;  in TEST_F()  local
 588     MediaQualityThreshold threshold;  in TEST_F()  local
 637     MediaQualityThreshold threshold;  in TEST_F()  local
 
 | 
| /packages/apps/Dialer/java/com/android/incallui/ | 
| D | InCallOrientationEventListener.java | 83   private static boolean isWithinThreshold(int value, int center, int threshold) {  in isWithinThreshold()87   private static boolean isInLeftRange(int value, int center, int threshold) {  in isInLeftRange()
 91   private static boolean isInRightRange(int value, int center, int threshold) {  in isInRightRange()
 
 | 
| /packages/modules/StatsD/statsd/tests/e2e/ | 
| D | Anomaly_count_e2e_test.cpp | 32 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold, int refractory_period_sec) {  in CreateStatsdConfig()59     const int threshold = 3;  in TEST()  local
 176     const int threshold = 3;  in TEST()  local
 246     const int threshold = 0;  in TEST()  local
 271     const int threshold = 0;  in TEST()  local
 334     const int threshold = 0;  in TEST()  local
 
 | 
| D | ConfigTtl_e2e_test.cpp | 31 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold) {  in CreateStatsdConfig()61     const int threshold = 3;  in TEST()  local
 
 | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/ | 
| D | ContextualCardFeatureProviderImplTest.java | 90         final long threshold = 1000L;  in resetDismissedTime_durationExpired_shouldResetToNull()  local101         final long threshold = 1000L;  in resetDismissedTime_durationNotExpired_shouldNotUpdate()  local
 
 | 
| /packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ | 
| D | Threshold.java | 40     Threshold(int accessNetwork, int measurementType, int threshold, int matchType, int waitTime) {  in Threshold()110     void setThreshold(int threshold) {  in setThreshold()
 131     boolean isMatching(int threshold) {  in isMatching()
 
 | 
| /packages/apps/Settings/src/com/android/settings/homepage/contextualcards/ | 
| D | ContextualCardFeatureProviderImpl.java | 46         final long threshold = System.currentTimeMillis() - DateUtils.DAY_IN_MILLIS;  in getContextualCards()  local70     int resetDismissedTime(long threshold) {  in resetDismissedTime()
 
 | 
| /packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/ | 
| D | MediaQualityThresholdTest.java | 44         MediaQualityThreshold threshold = createMediaQualityThreshold();  in testConstructorAndGetters()  local57         MediaQualityThreshold threshold = createMediaQualityThreshold();  in testParcel()  local
 
 | 
| D | ImsAudioSessionTest.java | 67         MediaQualityThreshold threshold = new MediaQualityThreshold.Builder().build();  in testConstructorAndApis()  local
 | 
| D | ImsVideoSessionTest.java | 72         MediaQualityThreshold threshold = new MediaQualityThreshold.Builder().build();  in testConstructorAndApis()  local
 | 
| /packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/ | 
| D | TextManager.cpp | 131 void TextManager::setMediaQualityThreshold(const int sessionId, MediaQualityThreshold* threshold)  in setMediaQualityThreshold()202             MediaQualityThreshold* threshold = new MediaQualityThreshold();  in sendMessage()  local
 283             MediaQualityThreshold* threshold = reinterpret_cast<MediaQualityThreshold*>(paramA);  in processEvent()  local
 
 | 
| /packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/ | 
| D | VideoManager.cpp | 153 void VideoManager::setMediaQualityThreshold(const int sessionId, MediaQualityThreshold* threshold)  in setMediaQualityThreshold()216             MediaQualityThreshold* threshold = new MediaQualityThreshold();  in sendMessage()  local
 331             MediaQualityThreshold* threshold = reinterpret_cast<MediaQualityThreshold*>(paramA);  in processEvent()  local
 
 | 
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ | 
| D | InternalIoOveruseConfigurationSubject.java | 105     public static String toString(PerStateIoOveruseThreshold threshold) {  in toString()113     public static String toString(IoOveruseAlertThreshold threshold) {  in toString()
 
 | 
| /packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ | 
| D | QnsCarrierConfigManagerTest.java | 1171         QnsCarrierConfigManager.QnsConfigArray threshold =  in loadAndValidateArrayForNull()  local1181         QnsCarrierConfigManager.QnsConfigArray threshold =  in loadAndValidateForThresholds()  local
 1242         QnsCarrierConfigManager.QnsConfigArray threshold =  in loadAndValidateArrayForInvalidValueWithPref()  local
 1417         int[] threshold;  in testInvalidThresholdConfig()  local
 1452         QnsCarrierConfigManager.QnsConfigArray threshold =  in loadAndValidateForThresholdsByPref()  local
 1461             QnsCarrierConfigManager.QnsConfigArray threshold,  in validateForThreshold()
 1517         QnsCarrierConfigManager.QnsConfigArray threshold;  in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()  local
 1549         QnsCarrierConfigManager.QnsConfigArray threshold =  in testGetWifiRssiThresholdWithoutCellularWithTestBundle()  local
 
 | 
| /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ | 
| D | ProximityEvaluator.java | 22     float threshold = 0.1f;  in evaluate()  local
 | 
| /packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/src/ | 
| D | MediaQualityThreshold.cpp | 40 MediaQualityThreshold::MediaQualityThreshold(const MediaQualityThreshold& threshold)  in MediaQualityThreshold()54 MediaQualityThreshold& MediaQualityThreshold::operator=(const MediaQualityThreshold& threshold)  in operator =()
 
 | 
| /packages/apps/Car/Settings/src/com/android/car/settings/datausage/ | 
| D | UsageBytesThresholdPickerDialog.java | 156     void setThresholdEditor(long threshold) {  in setThresholdEditor()160     private void updateCurrentView(long threshold) {  in updateCurrentView()
 
 | 
| D | DataWarningSetThresholdFragment.java | 44     void onSave(long threshold) {  in onSave()
 | 
| D | DataLimitSetThresholdFragment.java | 44     void onSave(long threshold) {  in onSave()
 | 
| /packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/ | 
| D | IImsTextSession.aidl | 30     oneway void setMediaQualityThreshold(in MediaQualityThreshold threshold);  in setMediaQualityThreshold()
 | 
| /packages/services/Car/cpp/watchdog/server/tests/ | 
| D | MockIoOveruseConfigs.h | 70         aidl::android::automotive::watchdog::PerStateBytes threshold;  member
 | 
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ | 
| D | AutoCorrectionUtils.java | 33             final String consideredWord, final float threshold) {  in suggestionExceedsThreshold()
 | 
| /packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ | 
| D | AudioManager.cpp | 211 void AudioManager::setMediaQualityThreshold(int sessionId, MediaQualityThreshold* threshold)  in setMediaQualityThreshold()310             MediaQualityThreshold* threshold = new MediaQualityThreshold();  in sendMessage()  local
 435             MediaQualityThreshold* threshold = reinterpret_cast<MediaQualityThreshold*>(paramA);  in processEvent()  local
 
 | 
| /packages/services/Car/service/src/com/android/car/watchdog/ | 
| D | OveruseConfigurationCache.java | 170             PerStateBytes threshold = null;  in fetchThreshold()  local284             PerStateIoOveruseThreshold threshold = thresholds.get(i);  in setIoThresholdsByAppCategoryTypeLocked()  local
 
 |