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.java96 private boolean mIsInTest; field in WellbeingModel
108 if (DEBUG || mIsInTest) { in WellbeingModel()
136 mIsInTest = inTest; in setInTest()
140 if (DEBUG || mIsInTest) { in onWellbeingProviderChanged()
155 if (mIsInTest) throw new RuntimeException(e); in restartObserver()
166 if (DEBUG || mIsInTest) { in getShortcutForApp()
176 if (DEBUG || mIsInTest) { in getShortcutForApp()
181 if (DEBUG || mIsInTest) { in getShortcutForApp()
204 if (DEBUG || mIsInTest) { in updateActions()
215 if (DEBUG || mIsInTest) Log.i(TAG, "retrieveActions(): null provider"); in updateActions()
[all …]