Lines Matching defs:bindService

199      * Flag for {@link #bindService}: automatically create the service as long
222 * Flag for {@link #bindService}: include debugging help for mismatched
232 * Flag for {@link #bindService}: don't allow this binding to raise
244 * Flag for {@link #bindService}: indicates that the client application
253 * Flag for {@link #bindService}: allow the process hosting the bound
263 * Flag for {@link #bindService}: don't impact the scheduling or
271 * Flag for {@link #bindService}: this service is very important to
279 * Flag for {@link #bindService}: If binding from an activity, allow the
288 * @hide Flag for {@link #bindService}: allows application hosting service to manage whitelists
294 * @hide Flag for {@link #bindService}: Like {@link #BIND_FOREGROUND_SERVICE},
300 * @hide Flag for {@link #bindService}: For only the case where the binding
309 * @hide Flag for {@link #bindService}: Treat the binding as hosting
320 * Flag for {@link #bindService}: If binding from an activity, consider
333 * Flag for {@link #bindService}: Consider this binding to be causing the target
340 * Flag for {@link #bindService}: Don't consider the bound service to be
347 * Flag for {@link #bindService}: The service being bound is an
2450 * managed by {@link #bindService}: it requires the service to remain
2470 * for scheduling significant work. Use {@link #bindService bound services}
2487 * @see #bindService
2577 public abstract boolean bindService(@RequiresPermission Intent service,
2581 * Same as {@link #bindService(Intent, ServiceConnection, int)}, but with an explicit userHandle
2593 * Same as {@link #bindService(Intent, ServiceConnection, int, UserHandle)}, but with an
2609 * bindService(). This parameter must not be null.
2611 * @see #bindService