/frameworks/base/services/searchui/java/com/android/server/searchui/ |
D | RemoteSearchUiService.java | 44 RemoteSearchUiServiceCallbacks callback, boolean bindInstantServiceAllowed, in RemoteSearchUiService() argument 48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteSearchUiService()
|
/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
D | RemoteSmartspaceService.java | 44 RemoteSmartspaceServiceCallbacks callback, boolean bindInstantServiceAllowed, in RemoteSmartspaceService() argument 48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteSmartspaceService()
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | RemoteAppPredictionService.java | 44 RemoteAppPredictionServiceCallbacks callback, boolean bindInstantServiceAllowed, in RemoteAppPredictionService() argument 48 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAppPredictionService()
|
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/ |
D | RemoteMusicRecognitionService.java | 53 boolean bindInstantServiceAllowed, boolean verbose) { in RemoteMusicRecognitionService() argument 58 Context.BIND_INCLUDE_CAPABILITIES | (bindInstantServiceAllowed in RemoteMusicRecognitionService()
|
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/ |
D | RemoteContentSuggestionsService.java | 48 boolean bindInstantServiceAllowed, boolean verbose) { in RemoteContentSuggestionsService() argument 51 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteContentSuggestionsService()
|
/frameworks/base/services/translation/java/com/android/server/translation/ |
D | RemoteTranslationService.java | 51 int userId, boolean bindInstantServiceAllowed, IBinder callback) { in RemoteTranslationService() argument 54 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteTranslationService()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | RemoteInlineSuggestionRenderService.java | 54 boolean bindInstantServiceAllowed, boolean verbose) { in RemoteInlineSuggestionRenderService() argument 57 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteInlineSuggestionRenderService()
|
D | RemoteFillService.java | 79 FillServiceCallbacks callbacks, boolean bindInstantServiceAllowed) { in RemoteFillService() argument 82 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), in RemoteFillService()
|
D | RemoteAugmentedAutofillService.java | 81 boolean bindInstantServiceAllowed, boolean verbose, int idleUnbindTimeoutMs, in RemoteAugmentedAutofillService() argument 85 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAugmentedAutofillService()
|
D | AutofillManagerServiceImpl.java | 315 boolean bindInstantServiceAllowed, int flags) { in startSessionLocked() argument 363 bindInstantServiceAllowed, forAugmentedAutofillOnly, flags); in startSessionLocked() 500 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags) { in createSessionByTokenLocked() argument 523 clientActivity, compatMode, bindInstantServiceAllowed, forAugmentedAutofillOnly, in createSessionByTokenLocked()
|
D | Session.java | 882 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags, 899 bindInstantServiceAllowed);
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | RemoteContentCaptureService.java | 53 ContentCapturePerUserService perUserService, boolean bindInstantServiceAllowed, in RemoteContentCaptureService() argument 58 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), in RemoteContentCaptureService()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | HotwordDetectionConnection.java | 135 boolean bindInstantServiceAllowed, @Nullable PersistableBundle options, in HotwordDetectionConnection() argument 153 mServiceConnectionFactory = new ServiceConnectionFactory(intent, bindInstantServiceAllowed); in HotwordDetectionConnection() 761 ServiceConnectionFactory(@NonNull Intent intent, boolean bindInstantServiceAllowed) { in ServiceConnectionFactory() argument 763 mBindingFlags = bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0; in ServiceConnectionFactory()
|