Searched refs:ACTION_SET_INSTALLER_PACKAGE_NAME (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.cts.permissiondeclareapp.UtilsProvider.ACTION_SET_INSTALLER_PACKAGE_NAME;120 intent.setAction(ACTION_SET_INSTALLER_PACKAGE_NAME); in testSetInstallPackageConflictingInstaller()137 intent.setAction(ACTION_SET_INSTALLER_PACKAGE_NAME); in testSetInstallPackageConflictingInstaller()
42 public static final String ACTION_SET_INSTALLER_PACKAGE_NAME = "setInstallerPackageName"; field in UtilsProvider86 } else if (ACTION_SET_INSTALLER_PACKAGE_NAME.equals(action)) { in call()