Searched refs:mThrowable (Results 1 – 3 of 3) sorted by relevance
64 private Throwable mThrowable; field in DefaultBitmapCropper.ScaleBitmapTask92 mThrowable = e; in doInBackground()102 mCallback.onError(mThrowable); in onPostExecute()
91 private Throwable mThrowable; field in SharedPreferencesImpl129 mThrowable = null; in SharedPreferencesImpl()187 mThrowable = thrown; in loadFromDisk()205 mThrowable = t; in loadFromDisk()283 if (mThrowable != null) { in awaitLoadedLocked()284 throw new IllegalStateException(mThrowable); in awaitLoadedLocked()
8821 Landroid/app/SharedPreferencesImpl;->mThrowable:Ljava/lang/Throwable;