Searched refs:DELAY_MS (Results 1 – 4 of 4) sorted by relevance
49 private static final long DELAY_MS = 3000; field in ScreenRecordDialog126 mController.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent); in requestScreenCapture()
57 private static final long DELAY_MS = 100; field in TaskSnapshotPersister199 SystemClock.sleep(DELAY_MS); in waitForQueueEmpty()286 SystemClock.sleep(DELAY_MS);
1095 mmi.set(MediaMetrics.Property.DELAY_MS, 0).record(); // OK to return in checkSendBecomingNoisyIntentInt()1099 mmi.set(MediaMetrics.Property.DELAY_MS, 0).record(); // OK to return in checkSendBecomingNoisyIntentInt()1127 mmi.set(MediaMetrics.Property.DELAY_MS, 0).record(); // OK to return in checkSendBecomingNoisyIntentInt()1134 mmi.set(MediaMetrics.Property.DELAY_MS, delay).record(); in checkSendBecomingNoisyIntentInt()
94 public static final Key<Integer> DELAY_MS = createKey("delayMs", Integer.class); field in MediaMetrics.Property