/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | Camera2SurfaceViewCtsActivity.java | 72 long startTimeMs = SystemClock.elapsedRealtime(); in waitForSurfaceSizeChanged() local 93 waitTimeMs -= (SystemClock.elapsedRealtime() - startTimeMs); in waitForSurfaceSizeChanged() 119 long startTimeMs = SystemClock.elapsedRealtime(); in waitForSurfaceState() local 133 waitTimeMs -= (SystemClock.elapsedRealtime() - startTimeMs); in waitForSurfaceState()
|
D | CameraExtensionSessionTest.java | 540 long startTimeMs = SystemClock.elapsedRealtime(); in testMultiFrameCapture() local 546 captureTimes[i] = SystemClock.elapsedRealtime() - startTimeMs; in testMultiFrameCapture()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | MockTvInputSetupActivity.java | 106 long startTimeMs = nowMs - nowMs % PROGRAM_LENGTH_MILLIS; in onCreate() local 109 values.put(Programs.COLUMN_START_TIME_UTC_MILLIS, startTimeMs); in onCreate() 111 startTimeMs + PROGRAM_LENGTH_MILLIS); in onCreate() 112 startTimeMs += PROGRAM_LENGTH_MILLIS; in onCreate()
|
/cts/tests/framework/base/windowmanager/appProfileable/src/android/server/wm/profileable/ |
D | ProfileableAppActivity.java | 90 final long startTimeMs = SystemClock.elapsedRealtime(); in waitForComplete() local 93 if (SystemClock.elapsedRealtime() - startTimeMs > TIMEOUT_MS) { in waitForComplete()
|
/cts/tests/camera/utils/src/android/hardware/cts/helpers/ |
D | CameraUtils.java | 263 long startTimeMs = SystemClock.elapsedRealtime(); in getAvailableSurfaceTexture() local 265 waitTime -= (SystemClock.elapsedRealtime() - startTimeMs); in getAvailableSurfaceTexture()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaRandomTest.java | 126 final long startTimeMs = System.currentTimeMillis(); in run() local 134 remainingWaitTimeMs = mTimeoutMs - (System.currentTimeMillis() - startTimeMs); in run()
|
D | MediaMetadataRetrieverTest.java | 1273 private long startTimeMs; field in MediaMetadataRetrieverTest.Stopwatch 1278 startTimeMs = endTimeMs = 0; in Stopwatch() 1283 startTimeMs = System.currentTimeMillis(); in start() 1297 long duration = endTimeMs - startTimeMs; in printDuration()
|
D | MediaRecorderTest.java | 768 long startTimeMs = System.currentTimeMillis(); in testSetMaxDuration() local 773 long actualDurationMs = endTimeMs - startTimeMs; in testSetMaxDuration()
|
D | AudioTrackTest.java | 2490 final long startTimeMs = timeMs; in testVariableSpeedPlayback() local 2517 Log.d(TAG, "Total playback time: " + (timeMs - startTimeMs)); in testVariableSpeedPlayback()
|
/cts/tests/tvprovider/src/android/tvprovider/cts/ |
D | TvProviderPerfTest.java | 270 long startTimeMs = 0; in testPrograms() 277 .withValue(Programs.COLUMN_START_TIME_UTC_MILLIS, startTimeMs) in testPrograms() 280 startTimeMs = endTimeMs; in testPrograms()
|
/cts/tests/BlobStore/src/com/android/cts/blob/ |
D | BlobStoreManagerTest.java | 1227 final long startTimeMs = System.currentTimeMillis(); in testStorageAttribution_withExpiredLease() local 1239 Math.abs(leaseExpiryDurationMs - (System.currentTimeMillis() - startTimeMs)), in testStorageAttribution_withExpiredLease() 1398 final long startTimeMs = System.currentTimeMillis(); in testAccessExpiredBlob() local 1401 final long commitDurationMs = System.currentTimeMillis() - startTimeMs; in testAccessExpiredBlob() 1423 final long startTimeMs = System.currentTimeMillis(); in testAccessExpiredBlob_withLeaseAcquired() local 1426 final long commitDurationMs = System.currentTimeMillis() - startTimeMs; in testAccessExpiredBlob_withLeaseAcquired()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerTest.java | 998 long startTimeMs = SystemClock.elapsedRealtime(); in testSetSystemAppHiddenUntilInstalled() local 1000 while (SystemClock.elapsedRealtime() < startTimeMs + timeoutMs) { in testSetSystemAppHiddenUntilInstalled()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsService.java | 1980 long startTimeMs = SystemClock.elapsedRealtime(); 2004 … Log.e(TAG, "Raw stats computation takes " + (endTimeMs - startTimeMs) + " ms");
|