Searched refs:allowInstant (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 4152 final boolean allowInstant = (flags & Context.BIND_ALLOW_INSTANT) != 0; in bindServiceLocked() 4167 isBindExternal, allowInstant, null /* fgsDelegateOptions */, in bindServiceLocked() 4695 boolean isBindExternal, boolean allowInstant, boolean inSharedIsolatedProcess, in retrieveServiceLocked() argument 4699 isBindExternal, allowInstant, null /* fgsDelegateOptions */, in retrieveServiceLocked() 4722 boolean allowInstant, ForegroundServiceDelegationOptions fgsDelegateOptions, in retrieveServiceLocked() argument 4727 allowInstant, fgsDelegateOptions, inSharedIsolatedProcess, in retrieveServiceLocked() 4736 boolean allowInstant, ForegroundServiceDelegationOptions fgsDelegateOptions, in retrieveServiceLocked() argument 4860 if (allowInstant) { in retrieveServiceLocked()
|