Home
last modified time | relevance | path

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

/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DRemoteSmartspaceService.java48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteSmartspaceService()
/frameworks/base/services/searchui/java/com/android/server/searchui/
DRemoteSearchUiService.java48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteSearchUiService()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DRemoteAppPredictionService.java48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAppPredictionService()
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
DRemoteWallpaperEffectsGenerationService.java55 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteWallpaperEffectsGenerationService()
/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
DRemoteContentProtectionService.java56 bindAllowInstant ? Context.BIND_ALLOW_INSTANT : 0, in RemoteContentProtectionService()
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
DRemoteMusicRecognitionService.java59 ? Context.BIND_ALLOW_INSTANT : 0), verbose, in RemoteMusicRecognitionService()
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DRemoteContentSuggestionsService.java51 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteContentSuggestionsService()
/frameworks/base/services/translation/java/com/android/server/translation/
DRemoteTranslationService.java54 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteTranslationService()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteInlineSuggestionRenderService.java57 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteInlineSuggestionRenderService()
DRemoteAugmentedAutofillService.java85 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAugmentedAutofillService()
DRemoteFillService.java103 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), in RemoteFillService()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DRemoteContentCaptureService.java60 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), in RemoteContentCaptureService()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java167 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/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordDetectionConnection.java808 int flags = bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0; in ServiceConnectionFactory()
/frameworks/base/core/java/android/content/
DContext.java614 public static final int BIND_ALLOW_INSTANT = 0x00400000; field in Context
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java4124 if ((flags & Context.BIND_ALLOW_INSTANT) != 0 && !isCallerSystem) { in bindServiceLocked()
4152 final boolean allowInstant = (flags & Context.BIND_ALLOW_INSTANT) != 0; in bindServiceLocked()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java5403 flags |= Context.BIND_ALLOW_INSTANT;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10230 Landroid/content/Context;->BIND_ALLOW_INSTANT:I