Home
last modified time | relevance | path

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

/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DRemoteContentSuggestionsService.java51 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteContentSuggestionsService()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DRemoteAppPredictionService.java53 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAppPredictionService()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DRemoteContentCaptureService.java55 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteContentCaptureService()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java66 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose); in RemoteAugmentedAutofillService()
DRemoteFillService.java70 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), sVerbose); in RemoteFillService()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java101 flags |= Context.BIND_ALLOW_INSTANT; in bindLocked()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintService.java575 | Context.BIND_INCLUDE_CAPABILITIES | Context.BIND_ALLOW_INSTANT, in ensureBound()
/frameworks/base/core/java/android/content/
DContext.java392 public static final int BIND_ALLOW_INSTANT = 0x00400000; field in Context
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1642 if ((flags & Context.BIND_ALLOW_INSTANT) != 0 && !isCallerSystem) { in bindServiceLocked()
1656 final boolean allowInstant = (flags & Context.BIND_ALLOW_INSTANT) != 0; in bindServiceLocked()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java5065 flags |= Context.BIND_ALLOW_INSTANT;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13117 Landroid/content/Context;->BIND_ALLOW_INSTANT:I