Searched refs:mThrowable (Results 1 – 2 of 2) sorted by relevance
77 private Throwable mThrowable; field in SharedPreferencesImpl115 mThrowable = null; in SharedPreferencesImpl()173 mThrowable = thrown; in loadFromDisk()191 mThrowable = t; in loadFromDisk()269 if (mThrowable != null) { in awaitLoadedLocked()270 throw new IllegalStateException(mThrowable); in awaitLoadedLocked()
8824 Landroid/app/SharedPreferencesImpl;->mThrowable:Ljava/lang/Throwable;