Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java107 boolean allowlistManager; // any bindings to this service have BIND_ALLOW_WHITELIST_MANAGEMENT? field in ServiceRecord
339 proto.write(ServiceRecordProto.WHITELIST_MANAGER, allowlistManager); in dumpDebug()
440 if (allowlistManager) { in dump()
441 pw.print(prefix); pw.print("allowlistManager="); pw.println(allowlistManager); in dump()
886 allowlistManager = false; in updateAllowlistManager()
891 allowlistManager = true; in updateAllowlistManager()
DActiveServices.java2560 if (sr.allowlistManager) { in updateAllowlistManagerLocked()
2571 if (service.allowlistManager) { in stopServiceAndUpdateAllowlistManagerLocked()
2795 s.allowlistManager = true; in bindServiceLocked()
2833 if (s.allowlistManager) { in bindServiceLocked()
3973 if (r.allowlistManager) { in realStartServiceLocked()
4407 if (!s.allowlistManager && s.app != null) { in removeConnectionLocked()