/aosp14/frameworks/base/services/searchui/java/com/android/server/searchui/ |
H A D | RemoteSearchUiService.java | 44 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 D | RemoteSmartspaceService.java | 44 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 D | RemoteAppPredictionService.java | 44 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 D | RemoteWallpaperEffectsGenerationService.java | 50 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 D | RemoteMusicRecognitionService.java | 53 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 D | RemoteContentSuggestionsService.java | 48 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 D | RemoteTranslationService.java | 51 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 D | RemoteInlineSuggestionRenderService.java | 54 boolean bindInstantServiceAllowed, boolean verbose) { in RemoteInlineSuggestionRenderService() argument 57 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteInlineSuggestionRenderService()
|
H A D | RemoteFillService.java | 79 FillServiceCallbacks callbacks, boolean bindInstantServiceAllowed) { in RemoteFillService() argument 82 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), in RemoteFillService()
|
H A D | RemoteAugmentedAutofillService.java | 81 boolean bindInstantServiceAllowed, boolean verbose, int idleUnbindTimeoutMs, in RemoteAugmentedAutofillService() argument 85 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAugmentedAutofillService()
|
H A D | AutofillManagerServiceImpl.java | 331 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 D | Session.java | 1360 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 D | RemoteContentCaptureService.java | 55 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 D | HotwordDetectionConnection.java | 185 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()
|