Searched refs:KEY_POST_DIM_CHECK_DURATION_MILLIS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
D | AttentionDetectorTest.java | 25 import static com.android.server.power.AttentionDetector.KEY_POST_DIM_CHECK_DURATION_MILLIS; 112 KEY_POST_DIM_CHECK_DURATION_MILLIS, in tearDown() 344 KEY_POST_DIM_CHECK_DURATION_MILLIS, "333", false); in testGetPostDimCheckDurationMillis_handlesGoodFlagValue() 351 KEY_POST_DIM_CHECK_DURATION_MILLIS, "-50", false); in testGetPostDimCheckDurationMillis_rejectsNegativeValue() 359 KEY_POST_DIM_CHECK_DURATION_MILLIS, "20000", false); in testGetPostDimCheckDurationMillis_rejectsTooBigValue() 367 KEY_POST_DIM_CHECK_DURATION_MILLIS, "20000k", false); in testGetPostDimCheckDurationMillis_handlesBadFlagValue() 372 KEY_POST_DIM_CHECK_DURATION_MILLIS, "0.25", false); in testGetPostDimCheckDurationMillis_handlesBadFlagValue()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | AttentionDetector.java | 75 static final String KEY_POST_DIM_CHECK_DURATION_MILLIS = field in AttentionDetector 342 KEY_POST_DIM_CHECK_DURATION_MILLIS, in getPostDimCheckDurationMillis() 346 Slog.w(TAG, "Bad flag value supplied for: " + KEY_POST_DIM_CHECK_DURATION_MILLIS); in getPostDimCheckDurationMillis() 371 case KEY_POST_DIM_CHECK_DURATION_MILLIS: in onDeviceConfigChange()
|