Home
last modified time | relevance | path

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

/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/appprediction/java/com/android/server/appprediction/
DRemoteAppPredictionService.java49 RemoteAppPredictionServiceCallbacks callback, boolean bindInstantServiceAllowed, in RemoteAppPredictionService() argument
53 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, in RemoteAppPredictionService()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DRemoteContentCaptureService.java51 ContentCapturePerUserService perUserService, boolean bindInstantServiceAllowed, in RemoteContentCaptureService() argument
55 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose, in RemoteContentCaptureService()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java62 boolean bindInstantServiceAllowed, boolean verbose, int idleUnbindTimeoutMs, in RemoteAugmentedAutofillService() argument
66 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose); in RemoteAugmentedAutofillService()
DRemoteFillService.java67 FillServiceCallbacks callbacks, boolean bindInstantServiceAllowed) { in RemoteFillService() argument
70 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), sVerbose); in RemoteFillService()
DAutofillManagerServiceImpl.java293 boolean bindInstantServiceAllowed, int flags) { in startSessionLocked() argument
341 bindInstantServiceAllowed, forAugmentedAutofillOnly, flags); in startSessionLocked()
472 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags) { in createSessionByTokenLocked() argument
495 componentName, compatMode, bindInstantServiceAllowed, forAugmentedAutofillOnly, in createSessionByTokenLocked()
DSession.java640 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags) { in Session() argument
655 bindInstantServiceAllowed); in Session()