Searched refs:BIND_ALLOW_INSTANT (Results 1 – 11 of 11) sorted by relevance
51 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteContentSuggestionsService()
53 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAppPredictionService()
55 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteContentCaptureService()
66 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose); in RemoteAugmentedAutofillService()
70 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), sVerbose); in RemoteFillService()
101 flags |= Context.BIND_ALLOW_INSTANT; in bindLocked()
575 | Context.BIND_INCLUDE_CAPABILITIES | Context.BIND_ALLOW_INSTANT, in ensureBound()
392 public static final int BIND_ALLOW_INSTANT = 0x00400000; field in Context
1642 if ((flags & Context.BIND_ALLOW_INSTANT) != 0 && !isCallerSystem) { in bindServiceLocked()1656 final boolean allowInstant = (flags & Context.BIND_ALLOW_INSTANT) != 0; in bindServiceLocked()
5065 flags |= Context.BIND_ALLOW_INSTANT;
13117 Landroid/content/Context;->BIND_ALLOW_INSTANT:I