Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java633 private boolean mShowDialogs = true; field in ActivityManagerService
719 return mShowDialogs && !mSleeping && !mShuttingDown in canShowErrorDialogs()
1811 if (mShowDialogs && !mSleeping && !mShuttingDown) { in handleMessage()
1851 if (mShowDialogs) { in handleMessage()
1863 if (mShowDialogs) { in handleMessage()
20296 mShowDialogs = shouldShowDialogs(mTempConfig);