Home
last modified time | relevance | path

Searched refs:allowlistManager (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java155 boolean allowlistManager; // any bindings to this service have BIND_ALLOW_WHITELIST_MANAGEMENT? field in ServiceRecord
820 proto.write(ServiceRecordProto.WHITELIST_MANAGER, allowlistManager); in dumpDebug()
953 if (allowlistManager) { in dump()
954 pw.print(prefix); pw.print("allowlistManager="); pw.println(allowlistManager); in dump()
1518 allowlistManager = false; in updateAllowlistManager()
1523 allowlistManager = true; in updateAllowlistManager()
DActiveServices.java3986 if (sr.allowlistManager) { in updateAllowlistManagerLocked()
3998 if (service.allowlistManager) { in stopServiceAndUpdateAllowlistManagerLocked()
4264 s.allowlistManager = true; in bindServiceLocked()
4334 if (s.allowlistManager) { in bindServiceLocked()
6098 if (r.allowlistManager) { in realStartServiceLocked()
6591 if (!s.allowlistManager && s.app != null) { in removeConnectionLocked()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java1548 ContentProtectionAllowlistManager allowlistManager; in isContentProtectionReceiverEnabled() local
1554 allowlistManager = mContentProtectionAllowlistManager; in isContentProtectionReceiverEnabled()
1557 && allowlistManager.isAllowed(packageName); in isContentProtectionReceiverEnabled()