Searched defs:DELAY_MS (Results 1 – 5 of 5) sorted by relevance
65 private static final long DELAY_MS = 3000; field in ScreenRecordDialogDelegate
267 private const val DELAY_MS: Long = 3000 in <lambda>() constant
68 private static final long DELAY_MS = 222_222_222L; field in ContentProtectionAllowlistManagerTest
52 private static final long DELAY_MS = 100; field in SnapshotPersistQueue
98 public static final Key<Integer> DELAY_MS = createKey("delayMs", Integer.class); field in MediaMetrics.Property