Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DPackageInfo.java51 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in PackageInfo
98 void setIsUpdatedSystemApp(boolean isUpdatedSystemApp) { in setIsUpdatedSystemApp() argument
99 mIsUpdatedSystemApp = isUpdatedSystemApp; in setIsUpdatedSystemApp()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDumpsysPackageReceiverTest.java46 assertFalse(pkg.isUpdatedSystemApp()); in testParse_classic()
68 assertFalse(pkg.isUpdatedSystemApp()); in testParse_future()
90 assertTrue(pkg.isUpdatedSystemApp()); in testParse_hidden()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1460 if (!pkgInfo.isSystemApp() || pkgInfo.isUpdatedSystemApp()) { in getUninstallablePackageNames()