Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java2717 final boolean allowInstant = (flags & Context.BIND_ALLOW_INSTANT) != 0; in bindServiceLocked()
2722 callerFg, isBindExternal, allowInstant); in bindServiceLocked()
3107 boolean allowInstant) { in retrieveServiceLocked() argument
3161 if (allowInstant) { in retrieveServiceLocked()