Searched refs:DELAY_MS (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/ |
D | ContentProtectionAllowlistManagerTest.java | 68 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/ |
D | ScreenRecordDialogDelegate.java | 65 private static final long DELAY_MS = 3000; field in ScreenRecordDialogDelegate 172 mController.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent); in requestScreenCapture()
|
D | ScreenRecordPermissionDialogDelegate.kt | 241 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/ |
D | SnapshotPersistQueue.java | 52 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/ |
D | MediaMetrics.java | 98 public static final Key<Integer> DELAY_MS = createKey("delayMs", Integer.class); field in MediaMetrics.Property
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceInventory.java | 2671 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();
|