Searched refs:DELAY (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/ |
D | RepeatableExecutorTest.java | 36 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/ |
D | PowerMeasurement.java | 34 private static final int DELAY = 0; field in PowerMeasurement 53 PowerTestActivity.MSG_NAVIGATE, TIME_OUT, DELAY); in testPageLoadStaticNYTimes()
|
/frameworks/base/core/java/android/app/ |
D | QueuedWork.java | 55 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/ |
D | vad2.h | 93 #define DELAY 24 macro
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/ |
D | WifiClientTest.java | 43 private static final int DELAY = 10000; field in WifiClientTest 107 Thread.sleep(DELAY); in sleepAfterWifiEnable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 55 static final int DELAY = 2000; field in DessertCaseView 152 mHandler.postDelayed(mJuggle, DELAY);
|