Searched refs:isSystemAppWithoutUpdate (Results 1 – 1 of 1) sorted by relevance
94 private static boolean isSystemAppWithoutUpdate(String packageName) { in isSystemAppWithoutUpdate() method in RollbackTestUtils132 if (getInstalledVersion(packageName) == -1 || isSystemAppWithoutUpdate(packageName)) { in uninstall()