Home
last modified time | relevance | path

Searched refs:TimeSource (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/compose/
H A DTimeMeasurer.kt25 import kotlin.time.TimeSource
44 private val mark = TimeSource.Monotonic.markNow()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java184 interface TimeSource { interface in BubbleData
214 private TimeSource mTimeSource = System::currentTimeMillis;
1213 void setTimeSource(TimeSource timeSource) { in setTimeSource()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java50 import com.android.wm.shell.bubbles.BubbleData.TimeSource;
104 private TimeSource mTimeSource;