Searched refs:bindInstantServiceAllowed (Results 1 – 7 of 7) sorted by relevance
/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/appprediction/java/com/android/server/appprediction/ |
D | RemoteAppPredictionService.java | 49 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/ |
D | RemoteContentCaptureService.java | 51 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/ |
D | RemoteAugmentedAutofillService.java | 62 boolean bindInstantServiceAllowed, boolean verbose, int idleUnbindTimeoutMs, in RemoteAugmentedAutofillService() argument 66 bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose); in RemoteAugmentedAutofillService()
|
D | RemoteFillService.java | 67 FillServiceCallbacks callbacks, boolean bindInstantServiceAllowed) { in RemoteFillService() argument 70 | (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0), sVerbose); in RemoteFillService()
|
D | AutofillManagerServiceImpl.java | 293 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()
|
D | Session.java | 640 boolean bindInstantServiceAllowed, boolean forAugmentedAutofillOnly, int flags) { in Session() argument 655 bindInstantServiceAllowed); in Session()
|