/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
H A D | CbSendMessageCalculatorTest.java | 79 float threshold = 100; in testSingleSquareOutside() local 86 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 187 float threshold = 100; in testMultipleAddsWithOnceSendAlwaysSend() local 205 float threshold = 100; in testMultipleAddsWithDontSendThenSend() local 227 float threshold = 100; in testMultipleAddsWithAmbiguousToDontSend() local 249 float threshold = 100; in testMultipleAddsAndDoNewWayFalseWithAmbiguousToDontSend() local 286 float threshold = 100; in testManyGeosWithInsideAndOutside() local [all …]
|
/aosp12/frameworks/av/media/libaaudio/src/fifo/ |
H A D | FifoControllerBase.cpp | 26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) in FifoControllerBase() 67 void FifoControllerBase::setThreshold(fifo_frames_t threshold) { in setThreshold()
|
H A D | FifoController.h | 33 FifoController(fifo_frames_t bufferSize, fifo_frames_t threshold) in FifoController()
|
H A D | FifoControllerIndirect.h | 37 fifo_frames_t threshold, in FifoControllerIndirect()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A 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()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/ |
H A D | ContextualCardFeatureProviderImplTest.java | 87 final long threshold = 1000L; in resetDismissedTime_durationExpired_shouldResetToNull() local 97 final long threshold = 1000L; in resetDismissedTime_durationNotExpired_shouldNotUpdate() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/ |
H A D | ContextualCardFeatureProviderImpl.java | 46 final long threshold = System.currentTimeMillis() - DateUtils.DAY_IN_MILLIS; in getContextualCards() local 70 int resetDismissedTime(long threshold) { in resetDismissedTime()
|
/aosp12/packages/modules/StatsD/statsd/tests/e2e/ |
H A 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
|
H A D | ConfigTtl_e2e_test.cpp | 31 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold) { in CreateStatsdConfig() 61 const int threshold = 3; in TEST() local
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
H A D | ProximityEvaluator.java | 22 float threshold = 0.1f; in evaluate() local
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
H A D | InternalIoOveruseConfigurationSubject.java | 105 public static String toString(PerStateIoOveruseThreshold threshold) { in toString() 113 public static String toString(IoOveruseAlertThreshold threshold) { in toString()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderCallHeavyHitterWatcher.java | 146 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()
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | OveruseConfigurationCache.java | 168 PerStateBytes threshold = null; in fetchThreshold() local 275 PerStateIoOveruseThreshold threshold = thresholds.get(i); in setIoThresholdsByAppCategoryTypeLocked() local
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/datausage/ |
H A D | DataLimitSetThresholdFragment.java | 44 void onSave(long threshold) { in onSave()
|
H A D | DataWarningSetThresholdFragment.java | 44 void onSave(long threshold) { in onSave()
|
H A D | UsageBytesThresholdPickerDialog.java | 148 void setThresholdEditor(long threshold) { in setThresholdEditor() 152 private void updateCurrentView(long threshold) { in updateCurrentView()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | AutoCorrectionUtils.java | 33 final String consideredWord, final float threshold) { in suggestionExceedsThreshold()
|
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | MockIoOveruseConfigs.h | 66 PerStateBytes threshold; member
|
H A D | OveruseConfigurationTestUtils.cpp | 117 PerStateIoOveruseThreshold threshold; in toPerStateIoOveruseThreshold() local 151 IoOveruseAlertThreshold threshold; in toIoOveruseAlertThreshold() local
|
/aosp12/frameworks/av/media/libaaudio/tests/ |
H A D | test_atomic_fifo.cpp | 35 constexpr int threshold = 47; in TEST() local 79 constexpr int threshold = capacity; in TEST() local 112 explicit TestFifoBuffer(fifo_frames_t capacity, fifo_frames_t threshold = 0) in TestFifoBuffer() 368 constexpr int threshold = 37; // arbitrary in TEST() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/ |
H A D | BatterySaverSchedulePreferenceController.java | 67 final int threshold = in getSummary() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | MessageTextStats.java | 63 final int threshold = mmsConfig.getSmsToMmsTextThreshold(); in updateMessageTextStats() local
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
H A D | ContactMatcher.java | 232 float threshold = emailBased in matchName() local 284 public List<Long> prepareSecondaryMatchCandidates(int threshold) { in prepareSecondaryMatchCandidates() 311 public long pickBestMatch(int threshold, boolean allowMultipleMatches) { in pickBestMatch() 347 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches()
|
/aosp12/bionic/libc/kernel/uapi/linux/netfilter/ |
H A D | xt_NFLOG.h | 29 __u16 threshold; member
|
/aosp12/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
H A D | ebt_nflog.h | 30 __u16 threshold; member
|