Searched refs:FLAG_INSTALLED (Results 1 – 22 of 22) sorted by relevance
137 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_INSTALLED; in testDisableCarrierAppsUntilPrivileged_HasPrivileges_DisabledUser()160 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_INSTALLED; in testDisableCarrierAppsUntilPrivileged_HasPrivileges_Disabled()183 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_INSTALLED; in testDisableCarrierAppsUntilPrivileged_HasPrivileges_Enabled()207 | ApplicationInfo.FLAG_INSTALLED; in testDisableCarrierAppsUntilPrivileged_HasPrivileges_UpdatedApp()234 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_INSTALLED; in testDisableCarrierAppsUntilPrivileged_HasPrivileges_MissingAssociated_Default()266 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_INSTALLED; in testDisableCarrierAppsUntilPrivileged_HasPrivileges_Associated_Default()305 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_INSTALLED; in testDisableCarrierAppsUntilPrivileged_HasPrivileges_UpdatedAssociated_DisabledUntilUsed()346 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_INSTALLED; in testDisableCarrierAppsUntilPrivileged_HasPrivileges_Associated_DisabledUntilUsed()382 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_INSTALLED; in testDisableCarrierAppsUntilPrivileged_NoPrivileges_DisabledUser()407 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM | ApplicationInfo.FLAG_INSTALLED; in testDisableCarrierAppsUntilPrivileged_NullPrivileges_DisabledUser()[all …]
173 || (ai.flags & ApplicationInfo.FLAG_INSTALLED) == 0)) { in disableCarrierAppsUntilPrivileged()196 & ApplicationInfo.FLAG_INSTALLED) == 0) { in disableCarrierAppsUntilPrivileged()221 && (ai.flags & ApplicationInfo.FLAG_INSTALLED) != 0) { in disableCarrierAppsUntilPrivileged()239 & ApplicationInfo.FLAG_INSTALLED) != 0) { in disableCarrierAppsUntilPrivileged()
118 || (info.flags&ApplicationInfo.FLAG_INSTALLED) == 0) { in applyUserAppState()127 && (info.flags&ApplicationInfo.FLAG_INSTALLED) != 0) { in applyUserAppState()187 if ((app.flags & ApplicationInfo.FLAG_INSTALLED) == 0) continue; in fetchAndMergeApps()228 if ((app.flags & ApplicationInfo.FLAG_INSTALLED) == 0) continue; in fetchAndMergeApps()320 || (targetUserAppInfo.flags&ApplicationInfo.FLAG_INSTALLED) == 0) { in addSystemApps()
228 appInfo.flags |= ApplicationInfo.FLAG_INSTALLED; in createApplicationInfo()500 appInfo.flags ^= ApplicationInfo.FLAG_INSTALLED; in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()525 appInfo.flags ^= ApplicationInfo.FLAG_INSTALLED; in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()574 appInfo.flags ^= ApplicationInfo.FLAG_INSTALLED; in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()600 appInfo.flags ^= ApplicationInfo.FLAG_INSTALLED; in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()603 appInfo.flags ^= ApplicationInfo.FLAG_INSTALLED; in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()652 appInfo.flags ^= ApplicationInfo.FLAG_INSTALLED; in noAppRemoved_workprofileExists_doResumeIfNeededLocked_shouldNotClearEntries()677 appInfo.flags ^= ApplicationInfo.FLAG_INSTALLED; in noAppRemoved_workprofileExists_doResumeIfNeededLocked_shouldNotClearEntries()
135 info.flags |= ApplicationInfo.FLAG_INSTALLED; in testApplyUserAppsStates()194 packageInfo.applicationInfo.flags |= ApplicationInfo.FLAG_INSTALLED; in addSystemAppsWithRequiredAccounts()216 packageInfo.applicationInfo.flags |= ApplicationInfo.FLAG_INSTALLED; in addInstalledApp()
78 return (((mPackageInfo.applicationInfo.flags & ApplicationInfo.FLAG_INSTALLED) != 0) in isInstalledPackage()
359 public static final int FLAG_INSTALLED = 1<<30; field in PermissionInfo368 FLAG_INSTALLED
350 public static final int FLAG_INSTALLED = 1<<23; field in ApplicationInfo
7687 ai.flags |= ApplicationInfo.FLAG_INSTALLED; in updateApplicationInfo()7689 ai.flags &= ~ApplicationInfo.FLAG_INSTALLED; in updateApplicationInfo()8406 pi.applicationInfo.flags |= ApplicationInfo.FLAG_INSTALLED; in generatePackageInfoFromApex()8408 pi.applicationInfo.flags &= ~ApplicationInfo.FLAG_INSTALLED; in generatePackageInfoFromApex()
343 p.info.flags |= PermissionInfo.FLAG_INSTALLED; in createOrUpdate()366 p.info.flags |= PermissionInfo.FLAG_INSTALLED; in createOrUpdate()614 if ((perm.info.flags & PermissionInfo.FLAG_INSTALLED) == 0 in dumpPermissionsLPr()
674 p.info.flags &= ~PermissionInfo.FLAG_INSTALLED; in addAllPermissions()
390 if (hasFlag(application.flags, ApplicationInfo.FLAG_INSTALLED)) { in anyAppIsRemoved()397 if (!hasFlag(prevApplication.flags, ApplicationInfo.FLAG_INSTALLED)) { in anyAppIsRemoved()507 if (entry != null && hasFlag(entry.info.flags, ApplicationInfo.FLAG_INSTALLED)) { in requestSize()1110 ApplicationInfo.FLAG_INSTALLED)) { in handleMessage()1257 if (hasFlag(entry.info.flags, ApplicationInfo.FLAG_INSTALLED) in handleMessage()
394 return (packageInfo.applicationInfo.flags & ApplicationInfo.FLAG_INSTALLED) != 0; in isActive()
3334 return (ai != null) && ai.enabled && (ai.flags & ApplicationInfo.FLAG_INSTALLED) != 0; in isInstalled()
4704 if ((perm.info.flags&PermissionInfo.FLAG_INSTALLED) != 0) { in dumpPackageLPr()
527 assertTrue((pi.applicationInfo.flags & ApplicationInfo.FLAG_INSTALLED) != 0); in testApexPackageInfoGeneration()
171 p.applicationInfo.flags |= ApplicationInfo.FLAG_INSTALLED; in createPackageInfo()173 p.applicationInfo.flags &= ~ApplicationInfo.FLAG_INSTALLED; in createPackageInfo()
265 if ((mAppInfo.flags&ApplicationInfo.FLAG_INSTALLED) == 0) { in initiateInstall()
757 || (app.flags & ApplicationInfo.FLAG_INSTALLED) == 0) { in cleanupLocked()771 & ApplicationInfo.FLAG_INSTALLED) == 0) { in cleanupLocked()
1054 pi.applicationInfo.flags = ApplicationInfo.FLAG_INSTALLED in genPackage()1139 ret.applicationInfo.flags &= ~ApplicationInfo.FLAG_INSTALLED; in getInjectedPackageInfo()
1262 && (pkgInfo.applicationInfo.flags & ApplicationInfo.FLAG_INSTALLED) != 0) { in getUidsOfInstalledOrUpdatedPackagesAsUser()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...