Home
last modified time | relevance | path

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

/frameworks/base/services/searchui/java/com/android/server/searchui/
DRemoteSearchUiService.java44 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/
DRemoteSmartspaceService.java44 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/
DRemoteAppPredictionService.java44 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/
DRemoteMusicRecognitionService.java53 boolean bindInstantServiceAllowed, boolean verbose) { in RemoteMusicRecognitionService() argument
58 Context.BIND_INCLUDE_CAPABILITIES | (bindInstantServiceAllowed in RemoteMusicRecognitionService()
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DRemoteContentSuggestionsService.java48 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/
DRemoteTranslationService.java51 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/
DRemoteInlineSuggestionRenderService.java54 boolean bindInstantServiceAllowed, boolean verbose) { in RemoteInlineSuggestionRenderService() argument
57 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteInlineSuggestionRenderService()
DRemoteFillService.java79 FillServiceCallbacks callbacks, boolean bindInstantServiceAllowed) { in RemoteFillService() argument
82 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), in RemoteFillService()
DRemoteAugmentedAutofillService.java81 boolean bindInstantServiceAllowed, boolean verbose, int idleUnbindTimeoutMs, in RemoteAugmentedAutofillService() argument
85 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAugmentedAutofillService()
DAutofillManagerServiceImpl.java315 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()
DSession.java882 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags,
899 bindInstantServiceAllowed);
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DRemoteContentCaptureService.java53 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/
DHotwordDetectionConnection.java135 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()