Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioMirrorTestFragment.java112 if (isZoneCurrentlyMirroringOrCastingToPrimaryZone(zoneOne) in handleEnableMirroringForZones()
113 || isZoneCurrentlyMirroringOrCastingToPrimaryZone(zoneTwo)) { in handleEnableMirroringForZones()
144 private boolean isZoneCurrentlyMirroringOrCastingToPrimaryZone(int audioZoneId) { in isZoneCurrentlyMirroringOrCastingToPrimaryZone() method in AudioMirrorTestFragment