Home
last modified time | relevance | path

Searched refs:DEFAULT_POST_DIM_CHECK_DURATION_MILLIS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java22 import static com.android.server.power.AttentionDetector.DEFAULT_POST_DIM_CHECK_DURATION_MILLIS;
113 Long.toString(DEFAULT_POST_DIM_CHECK_DURATION_MILLIS), false); in tearDown()
369 DEFAULT_POST_DIM_CHECK_DURATION_MILLIS); in testGetPostDimCheckDurationMillis_rejectsNegativeValue()
378 DEFAULT_POST_DIM_CHECK_DURATION_MILLIS); in testGetPostDimCheckDurationMillis_rejectsTooBigValue()
387 DEFAULT_POST_DIM_CHECK_DURATION_MILLIS); in testGetPostDimCheckDurationMillis_handlesBadFlagValue()
393 DEFAULT_POST_DIM_CHECK_DURATION_MILLIS); in testGetPostDimCheckDurationMillis_handlesBadFlagValue()
/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java76 static final long DEFAULT_POST_DIM_CHECK_DURATION_MILLIS = 0; field in AttentionDetector
340 DEFAULT_POST_DIM_CHECK_DURATION_MILLIS); in getPostDimCheckDurationMillis()
344 return DEFAULT_POST_DIM_CHECK_DURATION_MILLIS; in getPostDimCheckDurationMillis()