Searched refs:DELAY_MS (Results 1 – 5 of 5) sorted by relevance
46 private static final long DELAY_MS = 450; field in DiscoveryBounce157 new Handler().postDelayed(() -> showForHomeIfNeeded(launcher, false), DELAY_MS); in showForHomeIfNeeded() local182 new Handler().postDelayed(() -> showForOverviewIfNeeded(launcher, false), DELAY_MS); in showForOverviewIfNeeded() local
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()
88 private static final int DELAY_MS = 30; field in ModeListView1608 long timeCutoff = time - (mTotalModes - 1) * DELAY_MS; in insertNewPosition()