Searched refs:createApplicationInfo (Results 1 – 1 of 1) sorted by relevance
99 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