Searched refs:mErrorMsg (Results 1 – 3 of 3) sorted by relevance
26 private String mErrorMsg; field in FakeSharedPreferencesSyncCallback38 mErrorMsg = errorMsg; in onError()59 return mErrorMsg; in getErrorMsg()
259 private String mErrorMsg = null; field in DnsResolverTest.VerifyCancelCallback285 mErrorMsg = mMsg + " should not have returned any answers"; in onAnswer()294 mErrorMsg = mMsg + e.getMessage(); in onAnswer()304 mErrorMsg = mMsg + error.getMessage(); in onError()309 assertNull(mErrorMsg); in assertValidAnswer()589 private String mErrorMsg = null; field in DnsResolverTest.VerifyCancelInetAddressCallback624 assertNull(mErrorMsg); in assertNoError()630 mErrorMsg = mMsg + " should not have returned any answers"; in onAnswer()644 mErrorMsg = mMsg + error.getMessage(); in onError()
157 public String mErrorMsg; field in DownloadThread.DownloadInfoDelta193 values.put(Downloads.Impl.COLUMN_ERROR_MSG, mErrorMsg); in buildContentValues()313 mInfoDelta.mErrorMsg = e.getMessage(); in run()317 + mInfoDelta.mErrorMsg); in run()360 mInfoDelta.mErrorMsg = t.toString(); in run()362 logError("Failed: " + mInfoDelta.mErrorMsg, t); in run()