Searched refs:allowlistManager (Results 1 – 3 of 3) sorted by relevance
155 boolean allowlistManager; // any bindings to this service have BIND_ALLOW_WHITELIST_MANAGEMENT? field in ServiceRecord820 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()
3986 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()
1548 ContentProtectionAllowlistManager allowlistManager; in isContentProtectionReceiverEnabled() local1554 allowlistManager = mContentProtectionAllowlistManager; in isContentProtectionReceiverEnabled()1557 && allowlistManager.isAllowed(packageName); in isContentProtectionReceiverEnabled()