Home
last modified time | relevance | path

Searched defs:castDevices (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DFakeCastController.kt25 private var castDevices = emptyList<CastDevice>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediarouter/data/repository/
DMediaRouterRepository.kt41 val castDevices: StateFlow<List<CastDevice>> in <lambda>() constant
55 override val castDevices: StateFlow<List<CastDevice>> = constant in com.android.systemui.mediarouter.data.repository.MediaRouterRepositoryImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/mediarouter/data/repository/
DFakeMediaRouterRepository.kt24 override val castDevices: MutableStateFlow<List<CastDevice>> = MutableStateFlow(emptyList()) constant in com.android.systemui.mediarouter.data.repository.FakeMediaRouterRepository