Searched refs:mErrorController (Results 1 – 1 of 1) sorted by relevance
94 private ErrorScreenController mErrorController; field in MediaActivity293 if (mErrorController == null) { in getErrorController()294 mErrorController = new ErrorScreenController(this, mCarPackageManager, mErrorContainer); in getErrorController()296 mErrorController.onMediaSourceChanged(mediaSource); in getErrorController()298 return mErrorController; in getErrorController()364 if (mErrorController != null) { in onMediaSourceChanged()365 mErrorController.onMediaSourceChanged(newMediaSource); in onMediaSourceChanged()