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