Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/
H A DCastAutoAddable.kt44 val isCasting = regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DAutoTileManagerTest.java421 private static List<CastDevice> buildFakeCastDevice(boolean isCasting) { in buildFakeCastDevice()