Searched refs:notifyError (Results 1 – 13 of 13) sorted by relevance
190 notifyError(getString(R.string.installer_error_no_wifi)) in downloadFromUrl()203 notifyError(getString(R.string.installer_error_no_wifi)) in downloadFromUrl()208 notifyError(getString(R.string.installer_error_network)) in downloadFromUrl()212 notifyError(getString(R.string.installer_error_network)) in downloadFromUrl()216 notifyError(getString(R.string.installer_error_unknown)) in downloadFromUrl()222 private fun notifyError(displayText: String?) { in notifyError() method
30 ON_CALL(*this, notifyError).WillByDefault([this](std::string msg) { mFake->notifyError(msg); }); in delegateToFake()
34 MOCK_METHOD(void, notifyError, (std::string msg), (override));
242 mEngine->notifyError(std::string(__func__) + ":" + std::to_string(__LINE__) + in queuePacket()
46 virtual void notifyError(std::string msg) = 0;
48 void notifyError(ErrorCode errorCode, in String message); in notifyError() method
131 notifyError(reason); in onError()
421 notifyError(TvInputManager.RECORDING_ERROR_UNKNOWN); in onTune()423 notifyError(TvInputManager.RECORDING_ERROR_RESOURCE_BUSY); in onTune()
305 void notifyError(std::string msg) override;
754 void StreamCallback::notifyError(std::string msg) { in notifyError() function in android::automotive::computepipe::runner::engine::StreamCallback
238 service.notifyError(error_code, &message)?; in try_main()
2326 fn notifyError(&self, error_code: ErrorCode, message: &str) -> binder::Result<()> { in notifyError() method