Home
last modified time | relevance | path

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

/cts/libs/install/src/com/android/cts/install/lib/
DUninstall.java42 || InstallUtils.isSystemAppWithoutUpdate(packageName)) { in uninstallSinglePackage()
DInstallUtils.java256 static boolean isSystemAppWithoutUpdate(String packageName) { in isSystemAppWithoutUpdate() method in InstallUtils