Searched defs:FLAG_SYSTEM (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java168 FLAG_SYSTEM,
177 public static final int FLAG_SYSTEM = 1 << 0; field in class:WallpaperManager
345 ParcelFileDescriptor fd = mService.getWallpaper(this, FLAG_SYSTEM,
419 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
432 return getBuiltInDrawable(0, 0, false, 0, 0, FLAG_SYSTEM);
464 horizontalAlignment, verticalAlignment, FLAG_SYSTEM);
490 if (which != FLAG_SYSTEM && which != FLAG_LOCK) {
650 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
673 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
688 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
[all...]
/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;

Completed in 60 milliseconds