Searched refs:hasPackage (Results 1 – 13 of 13) sorted by relevance
25 public boolean hasPackage(String pkg) { in hasPackage() method in AppInfo26 return mAttribution.hasPackage(pkg); in hasPackage()
45 public boolean hasPackage(String pkg) { in hasPackage() method in AttributionKey
45 if (app.hasPackage(pkg)) { in findApp()
413 boolean hasPackage; in dumpRestrictions()415 hasPackage = packageNames.includes(dumpPackage); in dumpRestrictions()417 hasPackage = true; in dumpRestrictions()419 if (!hasPackage) { in dumpRestrictions()
6257 boolean hasPackage = dumpPackage == null || dumpUid == mUidStates.keyAt(i); in dump()6268 (!hasOp || !hasPackage || !hasMode) && pkgi < pkgOps.size(); in dump()6286 if (!hasPackage && dumpPackage.equals(ops.packageName)) { in dump()6287 hasPackage = true; in dump()6291 if (!hasOp || !hasPackage || !hasMode) { in dump()
66 public boolean hasPackage() { in hasPackage() method in CallerIdentity
6350 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_CERT_INSTALL))6482 || (caller.hasPackage() && (isCallerDelegate || isCredentialManagementApp)));6551 || (caller.hasPackage() && (isCallerDelegate || isCredentialManagementApp)));6679 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_CERT_SELECTION)));6818 caller) || isDefaultDeviceOwner(caller))) || (caller.hasPackage() && (6961 || (caller.hasPackage() && (isCallerDelegate || isCredentialManagementApp)));9568 || (caller.hasPackage()9598 || (caller.hasPackage()11751 || (caller.hasPackage() && isCallerDelegate(caller,11774 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_APP_RESTRICTIONS))) {[all …]
47 public boolean hasPackage(@UserIdInt int userId, @NonNull String packageName) { in hasPackage() method in PendingPackageBroadcasts
146 public boolean hasPackage(@NonNull String packageName) { in hasPackage() method in ShortcutUser
1467 if (!user.hasPackage(packageName)) { in cleanupDanglingBitmapDirectoriesLocked()
270 hasPackage(NOTE_TASK_PACKAGE_NAME) in <lambda>()294 hasPackage(NOTE_TASK_PACKAGE_NAME) in <lambda>()451 hasPackage(NOTE_TASK_PACKAGE_NAME) in <lambda>()673 hasPackage(NOTE_TASK_PACKAGE_NAME) in <lambda>()
171 public boolean hasPackage(String packageName) { in hasPackage() method in UidState
1877 if (reqPackage != null && !uidState.hasPackage(reqPackage)) { in dumpLocked()