Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWellbeingModel.java106 private boolean mIsInTest; field in WellbeingModel
140 if (DEBUG || mIsInTest) { in onWellbeingUriChanged()
173 mIsInTest = inTest; in setInTest()
189 if (mIsInTest) throw new RuntimeException(e); in restartObserver()
200 if (DEBUG || mIsInTest) { in getShortcutForApp()
210 if (DEBUG || mIsInTest) { in getShortcutForApp()
215 if (DEBUG || mIsInTest) { in getShortcutForApp()
235 if (DEBUG || mIsInTest) { in isInMinimalDeviceMode()
250 if (mIsInTest) throw new RuntimeException(e); in isInMinimalDeviceMode()
252 if (DEBUG || mIsInTest) Log.i(TAG, "isInMinimalDeviceMode(): finished"); in isInMinimalDeviceMode()
[all …]