Searched refs:FLAG_SYSTEM (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingBase.java45 & (ApplicationInfo.FLAG_SYSTEM
H A DPackageSetting.java78 return (pkgFlags & ApplicationInfo.FLAG_SYSTEM) != 0;
H A DSettings.java702 if ((p.pkgFlags & ApplicationInfo.FLAG_SYSTEM) != 0) {
718 if ((pkgFlags & ApplicationInfo.FLAG_SYSTEM) != 0 &&
749 p.pkgFlags |= pkgFlags & ApplicationInfo.FLAG_SYSTEM;
783 if ((pkgFlags&ApplicationInfo.FLAG_SYSTEM) == 0) {
3029 if ((ps.pkgFlags&ApplicationInfo.FLAG_SYSTEM) != 0 && ps.pkg != null
3230 if ((ai.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) == 0) {
3445 pkgFlags |= ApplicationInfo.FLAG_SYSTEM;
3623 pkgFlags |= ("true".equalsIgnoreCase(systemStr)) ? ApplicationInfo.FLAG_SYSTEM
3628 pkgFlags |= ApplicationInfo.FLAG_SYSTEM;
3901 pkgFlags |= ApplicationInfo.FLAG_SYSTEM;
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppsQueryHelperTests.java110 ai1.flags |= ApplicationInfo.FLAG_SYSTEM;
113 ai2.flags |= ApplicationInfo.FLAG_SYSTEM;
115 ai2.flags |= ApplicationInfo.FLAG_SYSTEM;
118 ai3.flags |= ApplicationInfo.FLAG_SYSTEM;
132 r2.activityInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
144 p1.applicationInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
155 sysApp1.serviceInfo.applicationInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierAppUtilsTest.java124 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
144 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
164 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
184 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_UPDATED_SYSTEM_APP;
208 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
239 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
246 associatedAppInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
274 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
281 ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_UPDATED_SYSTEM_APP;
310 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
[all...]
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java170 FLAG_SYSTEM,
179 public static final int FLAG_SYSTEM = 1 << 0; field in class:WallpaperManager
351 ParcelFileDescriptor fd = mService.getWallpaper(this, FLAG_SYSTEM,
431 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
444 return getBuiltInDrawable(0, 0, false, 0, 0, FLAG_SYSTEM);
476 horizontalAlignment, verticalAlignment, FLAG_SYSTEM);
502 if (which != FLAG_SYSTEM && which != FLAG_LOCK) {
662 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
685 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
700 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
[all...]
H A DApplicationErrorReport.java189 if ((appFlags&ApplicationInfo.FLAG_SYSTEM) != 0) {
/frameworks/base/media/java/android/media/tv/
H A DTvContentRatingSystemInfo.java66 return (mApplicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java20 import static android.app.WallpaperManager.FLAG_SYSTEM;
127 mWm.getWallpaperIdForUser(FLAG_SYSTEM, UserHandle.USER_SYSTEM);
133 final boolean sysEligible = mWm.isWallpaperBackupEligible(FLAG_SYSTEM);
217 final int sysWhich = FLAG_SYSTEM | (lockImageStage.exists() ? 0 : FLAG_LOCK);
221 mWm.clear(FLAG_SYSTEM | FLAG_LOCK);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DAppRestrictionsHelper.java179 if ((app.flags & ApplicationInfo.FLAG_SYSTEM) == 0
220 if ((app.flags & ApplicationInfo.FLAG_SYSTEM) == 0
300 if ((flags & ApplicationInfo.FLAG_SYSTEM) != 0
334 if ((flags & ApplicationInfo.FLAG_SYSTEM) != 0
/frameworks/base/services/core/java/com/android/server/backup/
H A DBackupUtils.java45 if ((target.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DPartner.java122 if ((appInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java20 import static android.app.WallpaperManager.FLAG_SYSTEM;
623 clearWallpaperLocked(true, FLAG_SYSTEM, mWallpaper.userId,
669 clearWallpaperLocked(true, FLAG_SYSTEM, mWallpaper.userId, null);
754 clearWallpaperLocked(false, FLAG_SYSTEM, wallpaper.userId, null);
838 clearWallpaperLocked(false, FLAG_SYSTEM, wallpaper.userId, null);
859 clearWallpaperLocked(false, FLAG_SYSTEM, wallpaper.userId, null);
923 clearWallpaperLocked(false, FLAG_SYSTEM, UserHandle.USER_SYSTEM, null);
1055 WallpaperData wallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM);
1082 clearWallpaperLocked(false, FLAG_SYSTEM, wallpaper.userId, reply);
1115 if (which != FLAG_SYSTEM
[all...]
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java107 if ((appInfo.flags & ApplicationInfo.FLAG_SYSTEM) == 0) {
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/backup/
H A DBackupUtilsTest.java64 pi.applicationInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
H A DSettings.java155 (info.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java22 import static android.content.pm.ApplicationInfo.FLAG_SYSTEM;
170 if ((flags & FLAG_SYSTEM) != 0 || (flags & FLAG_UPDATED_SYSTEM_APP) != 0) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DDeviceInfoUtils.java144 if ((ai.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DPartnerTest.java116 appInfo.flags = isSystem ? ApplicationInfo.FLAG_SYSTEM : 0;
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java131 public static final int FLAG_SYSTEM = 1<<0; field in class:ApplicationInfo
410 * {@link #FLAG_SYSTEM}, {@link #FLAG_DEBUGGABLE}, {@link #FLAG_HAS_CODE},
1138 return (flags & ApplicationInfo.FLAG_SYSTEM) != 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoadPlan.java179 ((info.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0);
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchables.java362 return (res.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1339 } else if ((entry.info.flags & ApplicationInfo.FLAG_SYSTEM) == 0) {
1343 } else if ((entry.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0 && entry.isHomeApp) {
1358 } else if ((entry.info.flags & ApplicationInfo.FLAG_SYSTEM) == 0) {
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java180 return appInfo != null && (appInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java553 report.systemApp = (r.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
652 && (mService.mHomeProcess.info.flags & ApplicationInfo.FLAG_SYSTEM) == 0) {

Completed in 1028 milliseconds

12