Searched refs:buildFakeCastDevice (Results 1 – 1 of 1) sorted by relevance
269 private static List<CastDevice> buildFakeCastDevice(boolean isCasting) { in buildFakeCastDevice() method in AutoTileManagerTest277 doReturn(buildFakeCastDevice(true)).when(mCastController).getCastDevices(); in castTileAdded_whenDeviceIsCasting()284 doReturn(buildFakeCastDevice(false)).when(mCastController).getCastDevices(); in castTileNotAdded_whenDeviceIsNotCasting()