Searched defs:pkgWithoutStateFlags (Results 1 – 2 of 2) sorted by relevance
32 … int pkgWithoutStateFlags = flag(pkg.isExternalStorage(), ApplicationInfo.FLAG_EXTERNAL_STORAGE) in appInfoFlags() local67 …int pkgWithoutStateFlags = flag(pkg.isStaticSharedLibrary(), ApplicationInfo.PRIVATE_FLAG_STATIC_S… in appInfoPrivateFlags() local111 … int pkgWithoutStateFlags = flag(pkg.isProfileable(), ApplicationInfo.PRIVATE_FLAG_EXT_PROFILEABLE) in appInfoPrivateFlagsExt() local
936 … int pkgWithoutStateFlags = flag(pkg.isExternalStorage(), ApplicationInfo.FLAG_EXTERNAL_STORAGE) in appInfoFlags() local969 public static int appInfoFlags(int pkgWithoutStateFlags, in appInfoFlags()984 …int pkgWithoutStateFlags = flag(pkg.isStaticSharedLibrary(), ApplicationInfo.PRIVATE_FLAG_STATIC_S… in appInfoPrivateFlags() local1024 public static int appInfoPrivateFlags(int pkgWithoutStateFlags, in appInfoPrivateFlags()1038 … int pkgWithoutStateFlags = flag(pkg.isProfileable(), ApplicationInfo.PRIVATE_FLAG_EXT_PROFILEABLE) in appInfoPrivateFlagsExt() local1048 private static int appInfoPrivateFlagsExt(int pkgWithoutStateFlags, in appInfoPrivateFlagsExt()