Home
last modified time | relevance | path

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

/frameworks/libs/modules-utils/javatests/com/android/internal/util/
DStateMachineTest.java1496 final int DELAY_TIME = 250; in testStateMachine6() local
1505 sm6.sendMessageDelayed(TEST_CMD_2, DELAY_TIME); in testStateMachine6()
1521 long expectedDelay = DELAY_TIME - DELAY_FUDGE; in testStateMachine6()