Searched refs:approvalLevel (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ManagedServicesTest.java | 179 mIpm, approvalLevel); in testBackupAndRestore_migration() 228 mIpm, approvalLevel); in testBackupAndRestore_migration_preO() 268 mIpm, approvalLevel); in testReadXml_migrationFromSettings() 316 mIpm, approvalLevel); in testReadXml() 336 mIpm, approvalLevel); in testReadXml_appendsListOfApprovedComponents() 622 mIpm, approvalLevel); in testWriteXml_trimsMissingServices() 712 mIpm, approvalLevel); in testWriteXml_doesNotWriteSetting() 742 mIpm, approvalLevel); in testWriteXml_writesUserSet() 878 mIpm, approvalLevel); in testPackageUninstall_packageNoLongerInApprovedList() 894 mIpm, approvalLevel); in testPackageUninstall_componentNoLongerInApprovedList() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
H A D | DomainVerificationDebug.java | 131 int approvalLevel = approvalLevelToOwners.keyAt(approvalIndex); in printOwners() local 132 if (approvalLevel < DomainVerificationManagerInternal.APPROVAL_LEVEL_UNVERIFIED) { in printOwners() 143 DomainVerificationManagerInternal.approvalLevelToDebugString(approvalLevel); in printOwners() 145 writer.println(approvalString + "[" + approvalLevel + "]" + ":"); in printOwners()
|
H A D | DomainVerificationService.java | 1742 int approvalLevel = approvalLevelForDomainInternal(pkgSetting, host, includeNegative, 1744 if (includeNegative && approvalLevel == APPROVAL_LEVEL_NONE) { 1760 return approvalLevel;
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 2986 int approvalLevel = mDomainVerificationManager in getCrossProfileDomainPreferredLpr() local 2991 new WatchedIntentFilter(), sourceUserId, parentUserId), approvalLevel); in getCrossProfileDomainPreferredLpr() 2994 Math.max(approvalLevel, result.highestApprovalLevel); in getCrossProfileDomainPreferredLpr()
|