Searched defs:INTERVAL (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DHistoryEvaluator.java27 private static final float INTERVAL = 50.0f; field in class:HistoryEvaluator
80 // All weights are multiplied by HISTORY_FACTOR after each INTERVAL milliseconds.
81 float factor = (float) Math.pow(HISTORY_FACTOR, (time - mLastUpdate) / INTERVAL);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java228 return ConfigConstants.KEY_RESET_INTERVAL_SEC + "=" + (INTERVAL / 1000) + ","
608 protected static final long INTERVAL = 10000; field in class:BaseShortcutManagerTest

Completed in 112 milliseconds