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.java121 private static List<CastDevice> buildFakeCastDevice(boolean isCasting) { in buildFakeCastDevice() method in AutoTileManagerTest
129 doReturn(buildFakeCastDevice(true)).when(mCastController).getCastDevices(); in castTileAdded_whenDeviceIsCasting()
136 doReturn(buildFakeCastDevice(false)).when(mCastController).getCastDevices(); in castTileNotAdded_whenDeviceIsNotCasting()