Searched refs:stopTime (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java103 long stopTime = 0; field in class:AppScanStats
184 stopTime = SystemClock.elapsedRealtime();
185 long scanDuration = stopTime - scan.timestamp;
188 scan.suspendDuration += stopTime - scan.suspendStartTime;
205 long totalDuration = stopTime - mScanStartTime;
237 stopTime = SystemClock.elapsedRealtime();
238 scan.suspendDuration += stopTime - scan.suspendStartTime;
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAsyncRingtonePlayer.java195 * @param stopTime time at which the crescendo finishes
199 private static float computeVolume(long currentTime, long stopTime, long duration) { argument
201 final float elapsedCrescendoTime = stopTime - currentTime;

Completed in 104 milliseconds