Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDumpsysPackageReceiverTest.java45 assertTrue(pkg.isSystemApp()); in testParse_classic()
67 assertTrue(pkg.isSystemApp()); in testParse_future()
89 assertTrue(pkg.isSystemApp()); in testParse_hidden()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DPackageInfo.java58 public boolean isSystemApp() { in isSystemApp() method in PackageInfo
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1460 if (!pkgInfo.isSystemApp() || pkgInfo.isUpdatedSystemApp()) { in getUninstallablePackageNames()