Searched refs:handleError (Results 1 – 6 of 6) sorted by relevance
47 static Type handleError(GeneralResult<Type> result) { in handleError() function1501 return handleError(convert(status)); in uncheckedConvert()1505 return handleError(convert(status)); in uncheckedConvert()1509 return handleError(unvalidatedConvert(operandType)); in uncheckedConvert()1513 return handleError(unvalidatedConvert(operandType)); in uncheckedConvert()1517 return handleError(unvalidatedConvert(lifetime)); in uncheckedConvert()1521 return handleError(convert(measure)); in uncheckedConvert()1525 return handleError(unvalidatedConvert(location)); in uncheckedConvert()1529 return handleError(unvalidatedConvert(operand)); in uncheckedConvert()1533 return handleError(unvalidatedConvert(params)); in uncheckedConvert()[all …]
44 auto handleError = [](GeneralResult<SharedDevice> result) -> SharedDevice { in makeSharedDevice()53 return handleError(V1_3::utils::Device::create(std::move(name), std::move(driver13))); in makeSharedDevice()56 return handleError(V1_2::utils::Device::create(std::move(name), std::move(driver12))); in makeSharedDevice()59 return handleError(V1_1::utils::Device::create(std::move(name), std::move(driver11))); in makeSharedDevice()61 return handleError(V1_0::utils::Device::create(std::move(name), std::move(driver))); in makeSharedDevice()
180 handleError(); in play()228 handleError(); in onError()255 private void handleError() { in handleError() method in Beeper.BeepRecord
519 handleError(new IllegalStateException("Cannot play voicemail when call is in progress")); in prepareContent()537 handleError(e); in prepareMediaPlayer()575 handleError(new IllegalStateException("MediaPlayer error listener invoked: " + extra)); in onError()579 protected void handleError(Exception e) { in handleError() method in VoicemailPlaybackPresenter680 handleError(e); in resumePlayback()
443 handleError(); in onDhcpServerCreated()454 handleError(); in onDhcpServerCreated()464 private void handleError() { in handleError() method in IpServer.DhcpServerCallbacksImpl
223 handleError(msg.arg1 /* errMsgId */, (CharSequence) msg.obj /* errStr */);236 protected void handleError(int errMsgId, CharSequence msg) { in handleError() method in FingerprintSettings.FingerprintSettingsFragment