Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginInstance.java60 private boolean mIsDebug = false; field in PluginInstance
90 return mIsDebug; in getIsDebug()
94 mIsDebug = debug; in setIsDebug()
98 if (mIsDebug) { in logDebug()
222 private final boolean mIsDebug; field in PluginInstance.Factory
234 mIsDebug = isDebug; in Factory()
280 if (!mIsDebug && !isPluginPackagePrivileged(appInfo.packageName)) { in getClassLoader()