/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
D | RemoteSmartspaceService.java | 48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteSmartspaceService()
|
/frameworks/base/services/searchui/java/com/android/server/searchui/ |
D | RemoteSearchUiService.java | 48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteSearchUiService()
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | RemoteAppPredictionService.java | 48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAppPredictionService()
|
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/ |
D | RemoteWallpaperEffectsGenerationService.java | 55 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteWallpaperEffectsGenerationService()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/ |
D | RemoteContentProtectionService.java | 56 bindAllowInstant ? Context.BIND_ALLOW_INSTANT : 0, in RemoteContentProtectionService()
|
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/ |
D | RemoteMusicRecognitionService.java | 59 ? Context.BIND_ALLOW_INSTANT : 0), verbose, in RemoteMusicRecognitionService()
|
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/ |
D | RemoteContentSuggestionsService.java | 51 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteContentSuggestionsService()
|
/frameworks/base/services/translation/java/com/android/server/translation/ |
D | RemoteTranslationService.java | 54 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteTranslationService()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | RemoteInlineSuggestionRenderService.java | 57 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteInlineSuggestionRenderService()
|
D | RemoteAugmentedAutofillService.java | 85 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAugmentedAutofillService()
|
D | RemoteFillService.java | 103 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), in RemoteFillService()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | RemoteContentCaptureService.java | 60 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), in RemoteContentCaptureService()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityServiceConnection.java | 167 flags |= Context.BIND_ALLOW_INSTANT; in bindLocked()
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | RemotePrintService.java | 575 | Context.BIND_INCLUDE_CAPABILITIES | Context.BIND_ALLOW_INSTANT, in ensureBound()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | HotwordDetectionConnection.java | 808 int flags = bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0; in ServiceConnectionFactory()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 614 public static final int BIND_ALLOW_INSTANT = 0x00400000; field in Context
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 4124 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/ |
D | AccountManagerService.java | 5403 flags |= Context.BIND_ALLOW_INSTANT;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 10230 Landroid/content/Context;->BIND_ALLOW_INSTANT:I
|