Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
DWebConcurrency.java41 private static final long DELAY_MS = 150; field in WebConcurrency
58 checkSourceConcurrent("WEB", webComponent, QUERY, DELAY_MS); in testEnhancedGoogleSearchConcurrent()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DInitAlarmsService.java40 private static final long DELAY_MS = 30000; field in InitAlarmsService
49 SystemClock.sleep(DELAY_MS); in onHandleIntent()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java87 private static final int DELAY_MS = 30; field in ModeListView
1594 int delay = Math.abs(itemId - mFocusItem) * DELAY_MS; in calculateVisibleWidthForItem()
1614 long timeCutoff = time - (mTotalModes - 1) * DELAY_MS; in insertNewPosition()