Home
last modified time | relevance | path

Searched refs:timeSince (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
DScanResultAdapter.java135 long timeSince = SystemClock.elapsedRealtimeNanos() - timeNanoseconds; in getTimeSinceString() local
136 long secondsSince = TimeUnit.SECONDS.convert(timeSince, TimeUnit.NANOSECONDS); in getTimeSinceString()
/aosp_15_r20/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
H A DScanResultAdapter.java135 long timeSince = SystemClock.elapsedRealtimeNanos() - timeNanoseconds; in getTimeSinceString() local
136 long secondsSince = TimeUnit.SECONDS.convert(timeSince, TimeUnit.NANOSECONDS); in getTimeSinceString()
/aosp_15_r20/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
H A DScanResultAdapter.java135 long timeSince = SystemClock.elapsedRealtimeNanos() - timeNanoseconds; in getTimeSinceString() local
136 long secondsSince = TimeUnit.SECONDS.convert(timeSince, TimeUnit.NANOSECONDS); in getTimeSinceString()
/aosp_15_r20/system/chre/core/
H A Devent_loop.cc447 Nanoseconds timeSince = in logStateToBuffer() local
450 timeSince.toRawNanoseconds() / kOneMinuteInNanoseconds; in logStateToBuffer()