Home
last modified time | relevance | path

Searched refs:mThrowable (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/
DSlogfTest.java40 private final Throwable mThrowable = new Throwable("D'OH!"); field in SlogfTest
69 Slogf.v(TAG, "msg", mThrowable); in testV_msgAndThrowable()
71 verify(()-> Slog.v(TAG, "msg", mThrowable)); in testV_msgAndThrowable()
83 Slogf.v(TAG, mThrowable, "msg in a %s", "bottle"); in testV_msgFormattedWithThrowable()
85 verify(()-> Slog.v(TAG, "msg in a bottle", mThrowable)); in testV_msgFormattedWithThrowable()
97 Slogf.d(TAG, "msg", mThrowable); in testD_msgAndThrowable()
99 verify(()-> Slog.d(TAG, "msg", mThrowable)); in testD_msgAndThrowable()
111 Slogf.d(TAG, mThrowable, "msg in a %s", "bottle"); in testD_msgFormattedWithThrowable()
113 verify(()-> Slog.d(TAG, "msg in a bottle", mThrowable)); in testD_msgFormattedWithThrowable()
125 Slogf.i(TAG, "msg", mThrowable); in testI_msgAndThrowable()
[all …]
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryUsageStatsRule.java85 private Throwable mThrowable; field in BatteryUsageStatsRule
328 mThrowable = throwable;
344 if (mThrowable != null) {
345 throw mThrowable;
351 if (mThrowable != null) {
352 throw mThrowable;
/frameworks/base/core/java/android/app/
DSharedPreferencesImpl.java96 private Throwable mThrowable; field in SharedPreferencesImpl
138 mThrowable = null; in SharedPreferencesImpl()
195 mThrowable = thrown; in loadFromDisk()
213 mThrowable = t; in loadFromDisk()
291 if (mThrowable != null) { in awaitLoadedLocked()
292 throw new IllegalStateException(mThrowable); in awaitLoadedLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8821 Landroid/app/SharedPreferencesImpl;->mThrowable:Ljava/lang/Throwable;