Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
DRepeatableExecutorTest.java36 private static final int DELAY = 100; field in RepeatableExecutorTest
64 mExecutor.executeRepeatedly(mCountingTask, DELAY, DELAY); in testRepeats()
76 mExecutor.executeRepeatedly(mCountingTask, 2 * DELAY, DELAY); in testNoExecutionBeforeStartDelay()
86 mExecutor.executeRepeatedly(mCountingTask, 2 * DELAY, DELAY); in testExecuteAfterStartDelay()
88 mFakeClock.advanceTime(2 * DELAY); in testExecuteAfterStartDelay()
98 mExecutor.executeRepeatedly(mCountingTask, 0L, DELAY); in testExecuteWithZeroStartDelay()
108 mExecutor.executeRepeatedly(mCountingTask, DELAY, DELAY); in testAdvanceTimeTwice()
110 mFakeClock.advanceTime(DELAY); in testAdvanceTimeTwice()
112 mFakeClock.advanceTime(DELAY); in testAdvanceTimeTwice()
122 Runnable cancel = mExecutor.executeRepeatedly(mCountingTask, DELAY, DELAY); in testCancel()
[all …]
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerMeasurement.java34 private static final int DELAY = 0; field in PowerMeasurement
53 PowerTestActivity.MSG_NAVIGATE, TIME_OUT, DELAY); in testPageLoadStaticNYTimes()
/frameworks/base/core/java/android/app/
DQueuedWork.java55 private static final long DELAY = 100; field in QueuedWork
228 handler.sendEmptyMessageDelayed(QueuedWorkHandler.MSG_RUN, DELAY); in queue()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dvad2.h93 #define DELAY 24 macro
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
DWifiClientTest.java43 private static final int DELAY = 10000; field in WifiClientTest
107 Thread.sleep(DELAY); in sleepAfterWifiEnable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java55 static final int DELAY = 2000; field in DessertCaseView
152 mHandler.postDelayed(mJuggle, DELAY);