Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java424 private static List<CastDevice> buildFakeCastDevice(boolean isCasting) { in buildFakeCastDevice() method in AutoTileManagerTest
432 doReturn(buildFakeCastDevice(true)).when(mCastController).getCastDevices(); in castTileAdded_whenDeviceIsCasting()
439 doReturn(buildFakeCastDevice(false)).when(mCastController).getCastDevices(); in castTileNotAdded_whenDeviceIsNotCasting()