Home
last modified time | relevance | path

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

/cts/hostsidetests/silentupdate/src/com/android/tests/hostside/silentupdate/
DSilentUpdateHostsideTests.java46 public void install(String apk, String installerPackageName) throws Exception { in install() argument
50 installerPackageName == null in install()
52 : new String[]{"-i", installerPackageName}); in install()
/cts/hostsidetests/silentupdate/testapp/src/com/android/tests/silentupdate/
DSilentUpdateTests.java298 private void setUnlimitedSilentUpdates(String installerPackageName) {
301 cmd.append(installerPackageName);
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java246 final String installerPackageName = intent.getBundleExtra(EXTRA_DATA) in handleIntent() local
249 installerPackageName); in handleIntent()
618 String targetPackageName, String installerPackageName) { in sendSetInstallerPackageName() argument
620 getPackageManager().setInstallerPackageName(targetPackageName, installerPackageName); in sendSetInstallerPackageName()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java1219 final String installerPackageName = InstrumentationRegistry.getContext().getPackageManager() in testGetInstaller01() local
1221 assertThat(installerPackageName, is("com.android.cts.normalapp")); in testGetInstaller01()
1226 final String installerPackageName = InstrumentationRegistry.getContext().getPackageManager() in testGetInstaller02() local
1228 assertThat(installerPackageName, is("com.android.cts.normalapp")); in testGetInstaller02()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java1406 String installerPackageName) throws Exception { in setInstallerPackageName() argument
1408 extraData.putString(Intent.EXTRA_INSTALLER_PACKAGE_NAME, installerPackageName); in setInstallerPackageName()