Home
last modified time | relevance | path

Searched refs:lastPlayed (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListenerTest.kt433 val lastPlayed = clock.currentTimeMillis() in capture() constant
434 val componentsString = "$PACKAGE_NAME/$CLASS_NAME/$lastPlayed:" in capture()
466 val lastPlayed = clock.currentTimeMillis() - RESUME_MEDIA_TIMEOUT - 100 in capture() constant
467 val componentsString = "$PACKAGE_NAME/$CLASS_NAME/$lastPlayed:" in capture()
509 val lastPlayed = currentTime - 1000 in capture() constant
510 val componentsString = "$PACKAGE_NAME/$CLASS_NAME/$lastPlayed:" in capture()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListener.kt185 val lastPlayed = in loadSavedComponents() constant
197 resumeComponents.add(component to lastPlayed) in loadSavedComponents()