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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java106 public long stopTime = 0; field in class:AppScanStats
192 stopTime = SystemClock.elapsedRealtime();
193 long scanDuration = stopTime - scan.timestamp;
196 long suspendDuration = stopTime - scan.suspendStartTime;
217 long totalDuration = stopTime - mScanStartTime;
251 stopTime = SystemClock.elapsedRealtime();
252 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 233 milliseconds