Home
last modified time | relevance | path

Searched defs:dataCurrentAndActive (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DLegacyMediaDataFilterImplTest.kt471 val dataCurrentAndActive = dataCurrent.copy(active = true) in testOnSmartspaceMediaDataLoaded_hasRecentMedia_activeInvalidRec_usesMedia() constant
500 val dataCurrentAndActive = dataCurrent.copy(active = true) in testOnSmartspaceMediaDataLoaded_hasRecentMedia_activeValidRec_usesBoth() constant
537 val dataCurrentAndActive = dataCurrent.copy(active = true) in testOnSmartspaceMediaDataRemoved_usedMediaAndSmartspace_clearsBoth() constant
624 val dataCurrentAndActive = dataCurrent.copy(active = true) in testSmartspaceLoaded_shouldTriggerResume_doesTrigger() constant
DMediaDataFilterImplTest.kt761 val dataCurrentAndActive = dataCurrent.copy(active = true) in onSmartspaceMediaDataLoaded_hasRecentMedia_activeInvalidRec_usesMedia() constant
827 val dataCurrentAndActive = dataCurrent.copy(active = true) in onSmartspaceMediaDataLoaded_hasRecentMedia_activeValidRec_usesBoth() constant
912 val dataCurrentAndActive = dataCurrent.copy(active = true) in onSmartspaceMediaDataRemoved_usedMediaAndSmartspace_clearsBoth() constant
1089 val dataCurrentAndActive = dataCurrent.copy(active = true) in smartspaceLoaded_shouldTriggerResume_doesTrigger() constant