Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java408 pw.println(" " + name.flattenToShortString() + (isAutobindAllowed(info) ? "" in dump()
1457 if (!isAutobindAllowed(info) && !isBoundOrRebinding(component, userId)) { in bindToServices()
1755 private boolean isAutobindAllowed(ServiceInfo serviceInfo) { in isAutobindAllowed() method in ManagedServices