Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/common/
DUtilsTest.java99 createApplicationInfo(TEST_PACKAGE_NAME_1, false), in testGetCurrentSystemApps()
100 createApplicationInfo(TEST_PACKAGE_NAME_2, true)); in testGetCurrentSystemApps()
305 private ApplicationInfo createApplicationInfo(String packageName, boolean system) { in createApplicationInfo() method in UtilsTest