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.java165 private static final String HELLO_WORLD_PACKAGE_NAME = "com.example.helloworld"; field in PackageManagerTest
180 uninstallPackage(HELLO_WORLD_PACKAGE_NAME); in tearDown()
1325 final ApplicationInfo info = mPackageManager.getApplicationInfo(HELLO_WORLD_PACKAGE_NAME, in testGetApplicationInfo_icon_MatchesUseRoundIcon()