Searched refs:PRIVILEGED_PACKAGE (Results 1 – 3 of 3) sorted by relevance
67 private static final String PRIVILEGED_PACKAGE = "com.android.systemui.shared.plugins"; field in PluginActionManagerTest76 new ComponentName(PRIVILEGED_PACKAGE, TestPlugin.class.getName());150 mPluginActionManager.reloadPackage(PRIVILEGED_PACKAGE); in testReloadOnChange()180 mMockEnabler, Collections.singletonList(PRIVILEGED_PACKAGE), in testNonDebuggable_privileged()224 mMockEnabler, Collections.singletonList(PRIVILEGED_PACKAGE), in testDisablePrivileged()
61 private static final String PRIVILEGED_PACKAGE = "com.android.systemui"; field in PluginManagerTest116 applicationInfo.packageName = PRIVILEGED_PACKAGE; in testNonDebuggable_nonPrivileged()129 mMockPluginPrefs, Collections.singletonList(PRIVILEGED_PACKAGE)); in testNonDebuggable_privilegedPackage()135 privilegedApplicationInfo.packageName = PRIVILEGED_PACKAGE; in testNonDebuggable_privilegedPackage()
57 private static final String PRIVILEGED_PACKAGE = "com.android.systemui.plugins"; field in PluginInstanceTest59 new ComponentName(PRIVILEGED_PACKAGE, TestPluginImpl.class.getName());109 Collections.singletonList(PRIVILEGED_PACKAGE), in setup()127 new ComponentName(PRIVILEGED_PACKAGE, TestPlugin.class.getName()); in testIncorrectVersion()