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