Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandInstallTest.java156 private static final String TEST_SDK1_PACKAGE = "com.test.sdk1_1"; field in PackageManagerShellCommandInstallTest
340 uninstallPackageSilently(TEST_SDK1_PACKAGE); in onBeforeSdkTests()
357 uninstallPackageSilently(TEST_SDK1_PACKAGE); in onAfterClass()
1076 ApplicationInfo appInfo = getPackageManager().getApplicationInfo(TEST_SDK1_PACKAGE, in testSdkInstallAndUpdate_sdkLibsBeAppsHasAppId()
1104 ApplicationInfo appInfo = getPackageManager().getApplicationInfo(TEST_SDK1_PACKAGE, in testSdkInstallAndUpdate_blockSdkLibsBeAppsNoAppId()
1131 () -> getPackageManager().getPackageInfo(TEST_SDK1_PACKAGE, in testGetPackageInfoForSdk_notSystemOrShell()
1144 () -> getPackageManager().getApplicationInfo(TEST_SDK1_PACKAGE, in testGetApplicationInfoForSdk_notSystemOrShell()
1171 PackageInfo info = getPackageManager().getPackageInfo(TEST_SDK1_PACKAGE, in testGetPackageInfoForSdk_systemOrShell()
1175 assertThat(info.packageName).isEqualTo(TEST_SDK1_PACKAGE); in testGetPackageInfoForSdk_systemOrShell()
1188 ApplicationInfo appInfo = getPackageManager().getApplicationInfo(TEST_SDK1_PACKAGE, in testGetApplicationInfoForSdk_systemOrShell()
[all …]