Home
last modified time | relevance | path

Searched refs:bindInstantServiceAllowed (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/services/searchui/java/com/android/server/searchui/
H A DRemoteSearchUiService.java44 RemoteSearchUiServiceCallbacks callback, boolean bindInstantServiceAllowed, in RemoteSearchUiService() argument
48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteSearchUiService()
/aosp14/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DRemoteSmartspaceService.java44 RemoteSmartspaceServiceCallbacks callback, boolean bindInstantServiceAllowed, in RemoteSmartspaceService() argument
48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteSmartspaceService()
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DRemoteAppPredictionService.java44 RemoteAppPredictionServiceCallbacks callback, boolean bindInstantServiceAllowed, in RemoteAppPredictionService() argument
48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAppPredictionService()
/aosp14/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
H A DRemoteWallpaperEffectsGenerationService.java50 boolean bindInstantServiceAllowed, in RemoteWallpaperEffectsGenerationService() argument
55 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteWallpaperEffectsGenerationService()
/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DRemoteMusicRecognitionService.java53 boolean bindInstantServiceAllowed, boolean verbose) { in RemoteMusicRecognitionService() argument
58 Context.BIND_INCLUDE_CAPABILITIES | (bindInstantServiceAllowed in RemoteMusicRecognitionService()
/aosp14/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
H A DRemoteContentSuggestionsService.java48 boolean bindInstantServiceAllowed, boolean verbose) { in RemoteContentSuggestionsService() argument
51 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteContentSuggestionsService()
/aosp14/frameworks/base/services/translation/java/com/android/server/translation/
H A DRemoteTranslationService.java51 int userId, boolean bindInstantServiceAllowed, IBinder callback) { in RemoteTranslationService() argument
54 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteTranslationService()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteInlineSuggestionRenderService.java54 boolean bindInstantServiceAllowed, boolean verbose) { in RemoteInlineSuggestionRenderService() argument
57 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteInlineSuggestionRenderService()
H A DRemoteFillService.java79 FillServiceCallbacks callbacks, boolean bindInstantServiceAllowed) { in RemoteFillService() argument
82 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), in RemoteFillService()
H A DRemoteAugmentedAutofillService.java81 boolean bindInstantServiceAllowed, boolean verbose, int idleUnbindTimeoutMs, in RemoteAugmentedAutofillService() argument
85 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAugmentedAutofillService()
H A DAutofillManagerServiceImpl.java331 boolean bindInstantServiceAllowed, int flags) { in startSessionLocked() argument
379 bindInstantServiceAllowed, forAugmentedAutofillOnly, flags); in startSessionLocked()
518 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags) { in createSessionByTokenLocked() argument
541 clientActivity, compatMode, bindInstantServiceAllowed, forAugmentedAutofillOnly, in createSessionByTokenLocked()
H A DSession.java1360 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags, in Session() argument
1376 bindInstantServiceAllowed); in Session()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DRemoteContentCaptureService.java55 ContentCapturePerUserService perUserService, boolean bindInstantServiceAllowed, in RemoteContentCaptureService() argument
60 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), in RemoteContentCaptureService()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java185 boolean bindInstantServiceAllowed, int detectorType, in HotwordDetectionConnection() argument
211 bindInstantServiceAllowed, DETECTION_SERVICE_TYPE_HOTWORD); in HotwordDetectionConnection()
215 bindInstantServiceAllowed, DETECTION_SERVICE_TYPE_VISUAL_QUERY); in HotwordDetectionConnection()
682 ServiceConnectionFactory(@NonNull Intent intent, boolean bindInstantServiceAllowed, in ServiceConnectionFactory() argument
686 int flags = bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0; in ServiceConnectionFactory()