Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
DContentProtectionAllowlistManagerTest.java68 private static final long DELAY_MS = 222_222_222L; field in ContentProtectionAllowlistManagerTest
109 mContentProtectionAllowlistManager.start(DELAY_MS); in start_firstTime_beforeDelay()
121 mContentProtectionAllowlistManager.start(DELAY_MS); in start_firstTime_afterDelay()
122 mTestLooper.moveTimeForward(DELAY_MS); in start_firstTime_afterDelay()
135 mContentProtectionAllowlistManager.start(DELAY_MS); in start_secondTime()
136 mTestLooper.moveTimeForward(DELAY_MS); in start_secondTime()
139 mContentProtectionAllowlistManager.start(DELAY_MS); in start_secondTime()
166 mContentProtectionAllowlistManager.start(DELAY_MS); in stop_started_beforeDelay()
181 mContentProtectionAllowlistManager.start(DELAY_MS); in stop_started_afterDelay()
182 mTestLooper.moveTimeForward(DELAY_MS); in stop_started_afterDelay()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordDialogDelegate.java65 private static final long DELAY_MS = 3000; field in ScreenRecordDialogDelegate
172 mController.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent); in requestScreenCapture()
DScreenRecordPermissionDialogDelegate.kt241 controller.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent) in <lambda>()
267 private const val DELAY_MS: Long = 3000 in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/wm/
DSnapshotPersistQueue.java52 private static final long DELAY_MS = 100; field in SnapshotPersistQueue
112 SystemClock.sleep(DELAY_MS); in waitForQueueEmpty()
196 SystemClock.sleep(DELAY_MS);
/frameworks/base/media/java/android/media/
DMediaMetrics.java98 public static final Key<Integer> DELAY_MS = createKey("delayMs", Integer.class); field in MediaMetrics.Property
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java2671 mmi.set(MediaMetrics.Property.DELAY_MS, 0).record(); // OK to return
2677 mmi.set(MediaMetrics.Property.DELAY_MS, 0).record(); // OK to return
2711 mmi.set(MediaMetrics.Property.DELAY_MS, 0).record(); // OK to return
2724 mmi.set(MediaMetrics.Property.DELAY_MS, delay).record();