HomeSort by relevance Sort by last modified time
    Searched refs:isUpdatedSystemApp (Results 1 - 19 of 19) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/device/
PackageInfo.java 47 public boolean isUpdatedSystemApp() {
74 void setIsUpdatedSystemApp(boolean isUpdatedSystemApp) {
75 mIsUpdatedSystemApp = isUpdatedSystemApp;
TestDevice.java 669 if (!pkgInfo.isSystemApp() || pkgInfo.isUpdatedSystemApp()) {
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DumpsysPackageReceiverTest.java 42 assertFalse(pkg.isUpdatedSystemApp());
63 assertFalse(pkg.isUpdatedSystemApp());
84 assertTrue(pkg.isUpdatedSystemApp());
  /frameworks/base/core/java/android/os/
GraphicsEnvironment.java 52 if (ai.isPrivilegedApp() || (ai.isSystemApp() && !ai.isUpdatedSystemApp())) {
68 if (driverInfo.isUpdatedSystemApp()) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CarrierAppUtils.java 147 if (!ai.isUpdatedSystemApp()
187 if (!ai.isUpdatedSystemApp()
331 if (ai != null && !ai.isUpdatedSystemApp()) {
  /cts/tests/signature/intent-check/src/android/signature/cts/intent/
IntentTest.java 82 if (!isSystemApp(appInfo) && !isUpdatedSystemApp(appInfo)) {
156 private static boolean isUpdatedSystemApp(ApplicationInfo applicationInfo) {
  /frameworks/base/core/java/com/android/internal/app/
AssistUtils.java 183 return applicationInfo.isSystemApp() || applicationInfo.isUpdatedSystemApp();
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
Shared.java 196 if (info.isSystemApp() || info.isUpdatedSystemApp()) {
  /frameworks/base/services/usage/java/com/android/server/usage/
StorageStatsService.java 268 if (appInfo.isSystemApp() && !appInfo.isUpdatedSystemApp()) {
310 if (appInfo.isSystemApp() && !appInfo.isUpdatedSystemApp()) {
  /frameworks/base/services/core/java/com/android/server/webkit/
SystemImpl.java 229 if (applicationInfo != null && applicationInfo.isUpdatedSystemApp()) {
  /packages/apps/TimeZoneUpdater/src/main/com/android/timezone/updater/
RulesCheckReceiver.java 158 // isUpdatedSystemApp() => app has been replaced by an updated version that resides in /data
159 return applicationInfo.isPrivilegedApp() && !applicationInfo.isUpdatedSystemApp();
  /packages/services/Car/service/src/com/android/car/pm/
CarPackageManagerService.java 400 !packageInfo.applicationInfo.isUpdatedSystemApp())) {
487 info.applicationInfo.isUpdatedSystemApp())) {
    [all...]
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java     [all...]
PackageParser.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
DefaultPermissionGrantPolicy.java     [all...]
PackageManagerService.java     [all...]
Settings.java 550 if (dp == null && p.pkg != null && p.pkg.isSystemApp() && !p.pkg.isUpdatedSystemApp()) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 629 && !mApplicationInfo.isUpdatedSystemApp();
    [all...]

Completed in 572 milliseconds