Home
last modified time | relevance | path

Searched defs:stopTime (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
DTetheringMetrics.java101 RecordUpstreamEvent(final long startTime, final long stopTime, in RecordUpstreamEvent()
209 final long stopTime = timeNow(); in noteDownstreamStopped() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DKeepaliveStatsTrackerTest.java628 final int stopTime = 4157; in testOneKeepalive_stopped() local
676 final int stopTime = 4157; in testOneKeepalive_pausedStopped() local
720 final int stopTime = 4000; in testOneKeepalive_multiplePauses() local
852 final int stopTime = 7000; in testResetMetrics() local
1037 final int stopTime = 2000; in testReusableSlot_keepaliveStopped() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java78 public Instant stopTime = null; field in AppAdvertiseStats.AppAdvertiserRecord
/packages/apps/TV/interactive/SampleTvInteractiveAppService/src/com/android/tv/samples/sampletvinteractiveappservice/
DTiasSessionImpl.java800 long stopTime = startTime + 25000; in requestAd() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DAppScanStats.java153 private long stopTime = 0; field in AppScanStats
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java1476 long stopTime = timeDurationInSec * 1000 + SystemClock.elapsedRealtime(); in injectContinuousVhalEvent() local