Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java289 private static final String HELLO_WORLD_PACKAGE_NAME = "com.example.helloworld"; field in PackageManagerTest
373 uninstallPackage(HELLO_WORLD_PACKAGE_NAME); in tearDown()
453 launchMainActivity(HELLO_WORLD_PACKAGE_NAME); in testStoppedPackagesQuery()
462 assertEquals("", SystemUtil.runShellCommand("am force-stop " + HELLO_WORLD_PACKAGE_NAME)); in testStoppedPackagesQuery()
1076 final String pkgFlags = parsePackageDump(HELLO_WORLD_PACKAGE_NAME, " pkgFlags=["); in testPackageSettingsFlags()
1081 final String privatePkgFlags = parsePackageDump(HELLO_WORLD_PACKAGE_NAME, in testPackageSettingsFlags()
1718 final ApplicationInfo info = mPackageManager.getApplicationInfo(HELLO_WORLD_PACKAGE_NAME, in testGetApplicationInfo_icon_MatchesUseRoundIcon()
1919 assertTrue(isPackagePresent(HELLO_WORLD_PACKAGE_NAME)); in testSharedUidMaxSdkVersion()
1920 String privatePkgFlags = parsePackageDump(HELLO_WORLD_PACKAGE_NAME, in testSharedUidMaxSdkVersion()
2717 assertTrue(isAppInstalled(HELLO_WORLD_PACKAGE_NAME)); in testAppWithNoAppStorageUpdateSuccess()
[all …]