Searched refs:FLAG_INSTALLED (Results 1 – 16 of 16) sorted by relevance
117 || (info.flags&ApplicationInfo.FLAG_INSTALLED) == 0) { in applyUserAppState()125 && (info.flags&ApplicationInfo.FLAG_INSTALLED) != 0) { in applyUserAppState()185 if ((app.flags & ApplicationInfo.FLAG_INSTALLED) == 0) continue; in fetchAndMergeApps()226 if ((app.flags & ApplicationInfo.FLAG_INSTALLED) == 0) continue; in fetchAndMergeApps()318 || (targetUserAppInfo.flags&ApplicationInfo.FLAG_INSTALLED) == 0) { in addSystemApps()
135 info.flags |= ApplicationInfo.FLAG_INSTALLED; in testApplyUserAppsStates()193 packageInfo.applicationInfo.flags |= ApplicationInfo.FLAG_INSTALLED; in addSystemAppsWithRequiredAccounts()215 packageInfo.applicationInfo.flags |= ApplicationInfo.FLAG_INSTALLED; in addInstalledApp()
76 return (((mPackageInfo.applicationInfo.flags & ApplicationInfo.FLAG_INSTALLED) != 0) in isInstalledPackage()
185 public static final int FLAG_INSTALLED = 1<<30; field in PermissionInfo
343 public static final int FLAG_INSTALLED = 1<<23; field in ApplicationInfo
6824 ai.flags |= ApplicationInfo.FLAG_INSTALLED; in updateApplicationInfo()6826 ai.flags &= ~ApplicationInfo.FLAG_INSTALLED; in updateApplicationInfo()
362 || (app.flags & ApplicationInfo.FLAG_INSTALLED) == 0) { in cleanupLocked()377 & ApplicationInfo.FLAG_INSTALLED) == 0) { in cleanupLocked()
341 if (entry != null && (entry.info.flags & ApplicationInfo.FLAG_INSTALLED) != 0) { in requestSize()862 (entry.info.flags & ApplicationInfo.FLAG_INSTALLED) == 0) { in handleMessage()985 if ((entry.info.flags & ApplicationInfo.FLAG_INSTALLED) != 0 in handleMessage()
169 p.applicationInfo.flags |= ApplicationInfo.FLAG_INSTALLED; in createPackageInfo()171 p.applicationInfo.flags &= ~ApplicationInfo.FLAG_INSTALLED; in createPackageInfo()
998 pi.applicationInfo.flags = ApplicationInfo.FLAG_INSTALLED in genPackage()1077 ret.applicationInfo.flags &= ~ApplicationInfo.FLAG_INSTALLED; in getInjectedPackageInfo()
3088 return (ai != null) && ai.enabled && (ai.flags & ApplicationInfo.FLAG_INSTALLED) != 0; in isInstalled()
4816 if ((perm.info.flags&PermissionInfo.FLAG_INSTALLED) != 0) { in dumpPackageLPr()5013 if ((p.perm.info.flags & PermissionInfo.FLAG_INSTALLED) == 0 in dumpPermissionsLPr()
1236 && (pkgInfo.applicationInfo.flags & ApplicationInfo.FLAG_INSTALLED) != 0) { in getUidsOfInstalledOrUpdatedPackagesAsUser()
10156 field public static final int FLAG_INSTALLED = 8388608; // 0x80000010832 field public static final int FLAG_INSTALLED = 1073741824; // 0x40000000
10736 field public static final int FLAG_INSTALLED = 8388608; // 0x80000011596 field public static final int FLAG_INSTALLED = 1073741824; // 0x40000000
8372 field public static final int FLAG_INSTALLED = 8388608; // 0x800000