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

/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...]
/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 2141 milliseconds