Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginInstance.java220 private final boolean mIsDebug; field in PluginInstance.Factory
232 mIsDebug = isDebug; in Factory()
279 if (!mIsDebug && !isPluginPackagePrivileged(appInfo.packageName)) { in getClassLoader()