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

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java175 FLAG_SYSTEM,
184 public static final int FLAG_SYSTEM = 1 << 0; field in class:WallpaperManager
356 ParcelFileDescriptor fd = mService.getWallpaper(this, FLAG_SYSTEM,
436 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
449 return getBuiltInDrawable(0, 0, false, 0, 0, FLAG_SYSTEM);
481 horizontalAlignment, verticalAlignment, FLAG_SYSTEM);
507 if (which != FLAG_SYSTEM && which != FLAG_LOCK) {
667 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
690 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
705 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
[all...]
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java139 public static final int FLAG_SYSTEM = 1<<0; field in class:ApplicationInfo
421 * {@link #FLAG_SYSTEM}, {@link #FLAG_DEBUGGABLE}, {@link #FLAG_HAS_CODE},
1417 return (flags & ApplicationInfo.FLAG_SYSTEM) != 0;

Completed in 77 milliseconds