Home
last modified time | relevance | path

Searched refs:headphoneConnectionTimeMillis (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/shared/model/
DSmartspaceMediaData.kt46 val headphoneConnectionTimeMillis: Long = 0L, constant in com.android.systemui.media.controls.shared.model.SmartspaceMediaData
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/shared/
DSmartspaceMediaDataTest.kt117 headphoneConnectionTimeMillis = 0,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaTimeoutListenerTest.kt609 whenever(smartspaceData.headphoneConnectionTimeMillis).thenReturn(createTime) in testSmartspaceDataLoaded_schedulesTimeout()
633 whenever(smartspaceData.headphoneConnectionTimeMillis).thenReturn(createTime) in testSmartspaceDataLoaded_alreadyExists_updatesTimeout()
666 whenever(smartspaceData.headphoneConnectionTimeMillis).thenReturn(createTime) in testSmartspaceData_dozedPastTimeout_invokedOnWakeup()
DMediaDataProcessorTest.kt1256 headphoneConnectionTimeMillis = SMARTSPACE_CREATION_TIME, in testOnSmartspaceMediaDataLoaded_hasNewValidMediaTarget_callsListener()
1280 headphoneConnectionTimeMillis = SMARTSPACE_CREATION_TIME, in testOnSmartspaceMediaDataLoaded_hasNewInvalidMediaTarget_callsListener()
1312 headphoneConnectionTimeMillis = SMARTSPACE_CREATION_TIME, in testOnSmartspaceMediaDataLoaded_hasNullIntent_callsListener()
1359 headphoneConnectionTimeMillis = SMARTSPACE_CREATION_TIME, in testOnSmartspaceMediaDataLoaded_persistentEnabled_headphoneTrigger_isActive()
1393 headphoneConnectionTimeMillis = SMARTSPACE_CREATION_TIME, in testOnSmartspaceMediaDataLoaded_persistentEnabled_periodicTrigger_notActive()
1424 headphoneConnectionTimeMillis = SMARTSPACE_CREATION_TIME, in testOnSmartspaceMediaDataLoaded_persistentEnabled_noTargets_inactive()
1456 headphoneConnectionTimeMillis = SMARTSPACE_CREATION_TIME, in testSetRecommendationInactive_notifiesListeners()
DLegacyMediaDataFilterImplTest.kt128 whenever(smartspaceData.headphoneConnectionTimeMillis) in setup()
DMediaDataFilterImplTest.kt149 whenever(smartspaceData.headphoneConnectionTimeMillis) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DLegacyMediaDataFilterImpl.kt187 (systemClock.currentTimeMillis() - data.headphoneConnectionTimeMillis) in <lambda>()
DMediaTimeoutListener.kt419 recommendationData.headphoneConnectionTimeMillis in <lambda>()
DMediaDataFilterImpl.kt198 data.headphoneConnectionTimeMillis) in <lambda>()
DLegacyMediaDataManagerImpl.kt144 headphoneConnectionTimeMillis = 0, in <lambda>()
1653 headphoneConnectionTimeMillis = target.creationTimeMillis, in onSwipeToDismiss()
1662 headphoneConnectionTimeMillis = target.creationTimeMillis, in onSwipeToDismiss()
DMediaDataProcessor.kt1629 headphoneConnectionTimeMillis = target.creationTimeMillis, in <lambda>()
1638 headphoneConnectionTimeMillis = target.creationTimeMillis, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselController.kt556 data.headphoneConnectionTimeMillis) in <lambda>()
577 data.headphoneConnectionTimeMillis) in <lambda>()