Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginInstance.java117 private final boolean mIsDebug; field in PluginInstance.Factory
129 mIsDebug = isDebug; in Factory()
177 if (!mIsDebug && !isPluginPackagePrivileged(appInfo.packageName)) { in getClassLoader()