Searched refs:DELAY_MS (Results 1 – 6 of 6) sorted by relevance
41 private static final long DELAY_MS = 150; field in WebConcurrency58 checkSourceConcurrent("WEB", webComponent, QUERY, DELAY_MS); in testEnhancedGoogleSearchConcurrent()
40 private static final long DELAY_MS = 30000; field in InitAlarmsService49 SystemClock.sleep(DELAY_MS); in onHandleIntent()
29 private static final int DELAY_MS = 1000; // wash a plate every second! field in DishService117 handler.sendMessageDelayed(msg, DELAY_MS); in onPostExecute()
42 private static final long DELAY_MS = 450; field in DiscoveryBounce135 new Handler().postDelayed(() -> showForHomeIfNeeded(launcher, false), DELAY_MS); in showForHomeIfNeeded() local
119 private static final String DELAY_MS = "delay_ms"; field in TwoPanelSettingsFragment126 long delay = intent.getLongExtra(DELAY_MS, PREVIEW_PANEL_DEFAULT_DELAY_MS);
88 private static final int DELAY_MS = 30; field in ModeListView1608 long timeCutoff = time - (mTotalModes - 1) * DELAY_MS; in insertNewPosition()