Searched refs:mCastController (Results 1 – 3 of 3) sorted by relevance
57 @Mock private CastController mCastController; field in AutoTileManagerTest70 mCastController); in setUp()129 doReturn(buildFakeCastDevice(true)).when(mCastController).getCastDevices(); in castTileAdded_whenDeviceIsCasting()136 doReturn(buildFakeCastDevice(false)).when(mCastController).getCastDevices(); in castTileNotAdded_whenDeviceIsNotCasting()
57 private final CastController mCastController; field in AutoTileManager75 mCastController = castController; in AutoTileManager()120 mCastController.removeCallback(mCastCallback); in destroy()202 for (CastDevice device : mCastController.getCastDevices()) {213 mHandler.post(() -> mCastController.removeCallback(mCastCallback));
210 @Inject Lazy<CastController> mCastController; field in Dependency336 mProviders.put(CastController.class, mCastController::get); in start()