Searched refs:FLAG_INSTALLED (Results 1 – 18 of 18) 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()
182 public static final int FLAG_INSTALLED = 1<<30; field in PermissionInfo
343 public static final int FLAG_INSTALLED = 1<<23; field in ApplicationInfo
6989 ai.flags |= ApplicationInfo.FLAG_INSTALLED; in updateApplicationInfo()6991 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()871 (entry.info.flags & ApplicationInfo.FLAG_INSTALLED) == 0) { in handleMessage()994 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()
4830 if ((perm.info.flags&PermissionInfo.FLAG_INSTALLED) != 0) { in dumpPackageLPr()5029 if ((p.perm.info.flags & PermissionInfo.FLAG_INSTALLED) == 0 in dumpPermissionsLPr()
3120 return (ai != null) && ai.enabled && (ai.flags & ApplicationInfo.FLAG_INSTALLED) != 0; in isInstalled()
12013 p.info.flags &= ~PermissionInfo.FLAG_INSTALLED; in commitPackageSettings()12044 p.info.flags |= PermissionInfo.FLAG_INSTALLED; in commitPackageSettings()12070 p.info.flags |= PermissionInfo.FLAG_INSTALLED; in commitPackageSettings()
1252 && (pkgInfo.applicationInfo.flags & ApplicationInfo.FLAG_INSTALLED) != 0) { in getUidsOfInstalledOrUpdatedPackagesAsUser()
10193 field public static final int FLAG_INSTALLED = 8388608; // 0x80000010880 field public static final int FLAG_INSTALLED = 1073741824; // 0x40000000
10230 field public static final int FLAG_INSTALLED = 8388608; // 0x80000010922 field public static final int FLAG_INSTALLED = 1073741824; // 0x40000000
10744 field public static final int FLAG_INSTALLED = 8388608; // 0x80000011597 field public static final int FLAG_INSTALLED = 1073741824; // 0x40000000
8372 field public static final int FLAG_INSTALLED = 8388608; // 0x800000